From: ramverma Date: Wed, 26 Jun 2019 14:50:53 +0000 (+0000) Subject: Use ToStringTester from utils-test X-Git-Tag: 2.1.1~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=dc7a37e9fefd6f3db7c2b710e0188c5b4c5e0b76;p=policy%2Fpap.git Use ToStringTester from utils-test Changing ToStringTester from utils to utils-test. Correcting the policy/common & policy/models version. Change-Id: Ib0a14da17227f0f65004dc525a47f17519e25110 Issue-ID: POLICY-1746 Signed-off-by: ramverma --- diff --git a/main/src/test/java/org/onap/policy/pap/main/rest/TestStatisticsReport.java b/main/src/test/java/org/onap/policy/pap/main/rest/TestStatisticsReport.java index 80586fc2..72c93f6b 100644 --- a/main/src/test/java/org/onap/policy/pap/main/rest/TestStatisticsReport.java +++ b/main/src/test/java/org/onap/policy/pap/main/rest/TestStatisticsReport.java @@ -29,7 +29,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 f32209c7..a3b22878 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT 2.1.0