From: ramverma Date: Wed, 26 Jun 2019 15:00:39 +0000 (+0000) Subject: Use ToStringTester from utils-test X-Git-Tag: 2.1.1~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2ab8ff1432c570e15a0dbf5ca3672d6739b55df9;p=policy%2Fapi.git Use ToStringTester from utils-test Changing ToStringTester from utils to utils-test. Correcting the policy/common & policy/models version. Change-Id: I33a590367732ff315a9b03aca917e4be5f1ae05e Issue-ID: POLICY-1746 Signed-off-by: ramverma --- diff --git a/main/pom.xml b/main/pom.xml index 932438a1..e9222eab 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -82,6 +82,12 @@ assertj-core test + + org.onap.policy.common + utils-test + ${policy.common.version} + test + diff --git a/main/src/test/java/org/onap/policy/api/main/rest/TestStatisticsReport.java b/main/src/test/java/org/onap/policy/api/main/rest/TestStatisticsReport.java index e240f683..e65a8c88 100644 --- a/main/src/test/java/org/onap/policy/api/main/rest/TestStatisticsReport.java +++ b/main/src/test/java/org/onap/policy/api/main/rest/TestStatisticsReport.java @@ -30,8 +30,7 @@ import com.openpojo.validation.test.impl.GetterTester; import com.openpojo.validation.test.impl.SetterTester; import org.junit.Test; -import org.onap.policy.api.main.rest.StatisticsReport; -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 c469d19c..a128dd62 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ reuseReports 1.5.1-SNAPSHOT - 2.1.0 + 2.1.1-SNAPSHOT