summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeyton Puckett <peyton.puckett@att.com>2020-03-24 10:36:43 -0500
committerPeyton Puckett <peyton.puckett@att.com>2020-03-24 11:07:06 -0500
commit1f402b6388ab5d46c0e9f07926bcd8d1d2d3f190 (patch)
tree99de603032e142f69e8d9b2525ae3a66110fb188
parent88653fe9e473048200670de25a6151ed36a9334b (diff)
Remove hardcoded version for policy.common.version
Issue-ID: POLICY-2378 Change-Id: Ibe9073fd7cd1b741e197040e32f2de3927b05658 Signed-off-by: Peyton Puckett <peyton.puckett@att.com>
-rw-r--r--policy-domains/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-domains/pom.xml b/policy-domains/pom.xml
index c28d5b29..4f8d35e2 100644
--- a/policy-domains/pom.xml
+++ b/policy-domains/pom.xml
@@ -73,14 +73,14 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>${policy.common.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>policy-utils</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>test</scope>
</dependency>