From 95751fdf0e69dec1c2850136447679ac344c9230 Mon Sep 17 00:00:00 2001 From: ramverma Date: Tue, 28 Aug 2018 14:09:39 +0100 Subject: Adding usage of openpojo in policy common * Changing TestHealthCheckReport to use openpojo for testing the HealthCheckReport class. * Adding a custom Tester implementation called ToStringTester as a utility to test toString() method of classes using openpojo. Change-Id: I491a23c471d50454b4d5591c6c09c6758e2c0624 Issue-ID: POLICY-1035 Signed-off-by: ramverma --- policy-endpoints/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'policy-endpoints/pom.xml') diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index fb546a5a..aedb56d8 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -189,6 +189,11 @@ test + + com.openpojo + openpojo + + -- cgit 1.2.3-korg