From: ramverma Date: Mon, 1 Jul 2019 15:48:07 +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=369435c42225f030a729b23ce0a9f01d288deed3;p=policy%2Fxacml-pdp.git Use ToStringTester from utils-test Changing ToStringTester from utils to utils-test. Bumping the policy/common & policy/models version. Change-Id: Idf665bc92345c445f483ebfb190d39c7019280aa Issue-ID: POLICY-1746 Signed-off-by: ramverma --- diff --git a/main/src/test/java/org/onap/policy/pdpx/main/rest/TestStatisticsReport.java b/main/src/test/java/org/onap/policy/pdpx/main/rest/TestStatisticsReport.java index eca28d0b..d26d08d1 100644 --- a/main/src/test/java/org/onap/policy/pdpx/main/rest/TestStatisticsReport.java +++ b/main/src/test/java/org/onap/policy/pdpx/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; import org.onap.policy.pdpx.main.rest.model.StatisticsReport; /** diff --git a/pom.xml b/pom.xml index ef96b438..d2c7be82 100644 --- a/pom.xml +++ b/pom.xml @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - 1.5.0 - 2.1.0 + 1.5.1-SNAPSHOT + 2.1.1-SNAPSHOT