aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-06-26 15:00:39 +0000
committerramverma <ram.krishna.verma@est.tech>2019-06-26 15:00:39 +0000
commit2ab8ff1432c570e15a0dbf5ca3672d6739b55df9 (patch)
tree72fb69fddb919e8340d067834fc45bc94076f88f /main/pom.xml
parent2a543920a708491a6b2786438feaf55bf0bf1515 (diff)
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 <ram.krishna.verma@est.tech>
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml6
1 files changed, 6 insertions, 0 deletions
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 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>utils-test</artifactId>
+ <version>${policy.common.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>