Remove hardcoded version for policy.common.version 64/104264/2
authorPeyton Puckett <peyton.puckett@att.com>
Tue, 24 Mar 2020 15:36:43 +0000 (10:36 -0500)
committerPeyton Puckett <peyton.puckett@att.com>
Tue, 24 Mar 2020 16:07:06 +0000 (11:07 -0500)
Issue-ID: POLICY-2378
Change-Id: Ibe9073fd7cd1b741e197040e32f2de3927b05658
Signed-off-by: Peyton Puckett <peyton.puckett@att.com>
policy-domains/pom.xml

index c28d5b2..4f8d35e 100644 (file)
         <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>