From dc7a37e9fefd6f3db7c2b710e0188c5b4c5e0b76 Mon Sep 17 00:00:00 2001 From: ramverma Date: Wed, 26 Jun 2019 14:50:53 +0000 Subject: 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 --- .../test/java/org/onap/policy/pap/main/rest/TestStatisticsReport.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- cgit 1.2.3-korg