From eb2ea3650a6c64a898195b2f78e72af270415ed7 Mon Sep 17 00:00:00 2001 From: ramverma Date: Tue, 2 Jul 2019 20:52:48 +0000 Subject: Use ToStringTester from utils-test Changing ToStringTester from utils to utils-test. Bumping the policy/common, policy/engine & policy/models version. Change-Id: Id1f1b3f9a4a378c14d1adf2823aaa4c8626c8fd2 Issue-ID: POLICY-1746 Signed-off-by: ramverma --- main/pom.xml | 5 +++++ .../onap/policy/distribution/main/rest/TestStatisticsReport.java | 2 +- pom.xml | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 274ec72e..ba365cb7 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -49,6 +49,11 @@ com.google.code.gson gson + + org.onap.policy.common + utils-test + ${policy.common.version} + diff --git a/main/src/test/java/org/onap/policy/distribution/main/rest/TestStatisticsReport.java b/main/src/test/java/org/onap/policy/distribution/main/rest/TestStatisticsReport.java index 64d2e5c5..fcdb7745 100644 --- a/main/src/test/java/org/onap/policy/distribution/main/rest/TestStatisticsReport.java +++ b/main/src/test/java/org/onap/policy/distribution/main/rest/TestStatisticsReport.java @@ -28,7 +28,7 @@ import com.openpojo.validation.test.impl.GetterTester; import com.openpojo.validation.test.impl.SetterTester; import org.junit.Test; -import org.onap.policy.common.utils.validation.ToStringTester; +import org.onap.policy.common.utils.test.ToStringTester; /** * Class to perform unit testing of {@link StatisticsReport}. diff --git a/pom.xml b/pom.xml index 3d69ee9e..c62c3ef4 100644 --- a/pom.xml +++ b/pom.xml @@ -47,9 +47,9 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.5.0 - 1.5.0 - 2.2.0 + 1.5.1-SNAPSHOT + 1.5.1-SNAPSHOT + 2.2.1-SNAPSHOT -- cgit 1.2.3-korg