Use ToStringTester from utils-test 11/90811/1
authorramverma <ram.krishna.verma@est.tech>
Tue, 2 Jul 2019 20:52:48 +0000 (20:52 +0000)
committerramverma <ram.krishna.verma@est.tech>
Tue, 2 Jul 2019 20:52:48 +0000 (20:52 +0000)
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 <ram.krishna.verma@est.tech>
main/pom.xml
main/src/test/java/org/onap/policy/distribution/main/rest/TestStatisticsReport.java
pom.xml

index 274ec72..ba365cb 100644 (file)
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.onap.policy.common</groupId>
+            <artifactId>utils-test</artifactId>
+            <version>${policy.common.version}</version>
+        </dependency>
     </dependencies>
 
     <build>
index 64d2e5c..fcdb774 100644 (file)
@@ -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 3d69ee9..c62c3ef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -47,9 +47,9 @@
         <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
         <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
 
-        <policy.common.version>1.5.0</policy.common.version>
-        <policy.engine.version>1.5.0</policy.engine.version>
-        <policy.apex-pdp.version>2.2.0</policy.apex-pdp.version>
+        <policy.common.version>1.5.1-SNAPSHOT</policy.common.version>
+        <policy.engine.version>1.5.1-SNAPSHOT</policy.engine.version>
+        <policy.apex-pdp.version>2.2.1-SNAPSHOT</policy.apex-pdp.version>
     </properties>
 
     <modules>