Remove explicit versions 99/124699/1
authorDan Timoney <dtimoney@att.com>
Wed, 6 Oct 2021 13:01:24 +0000 (09:01 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 6 Oct 2021 13:01:24 +0000 (09:01 -0400)
Remove explicit versions and use versions defined in parent pom

Issue-ID: SDNC-1611
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I5c6418354176103fe853de1f4b25acbfe8341f5f

generic-resource-api/provider/pom.xml
optical-service/provider/pom.xml
vnftools/provider/pom.xml

index 52d8eb5..6dd6f5e 100644 (file)
 
     <name>sdnc-northbound :: generic-resource-api :: ${project.artifactId}</name>
 
-    <properties>
-        <ccsdk.sli.version>1.4.0-SNAPSHOT</ccsdk.sli.version>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.onap.sdnc.northbound</groupId>
index fb6b51a..154a024 100644 (file)
@@ -18,7 +18,6 @@
 
     <properties>
         <sdnc.northbound.version>${project.version}</sdnc.northbound.version>
-        <ccsdk.sli.version>1.4.0-SNAPSHOT</ccsdk.sli.version>
     </properties>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.velocity</groupId>
             <artifactId>velocity-engine-core</artifactId>
-            <version>2.0</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>1.9</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index bc77e70..01d73b8 100644 (file)
@@ -18,7 +18,6 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <ccsdk.sli.version>1.4.0-SNAPSHOT</ccsdk.sli.version>
     </properties>
 
     <dependencies>