Update CCSDK parent pom version to 1.5.2-SNAPSHOT
[sdnc/northbound.git] / vnftools / provider / pom.xml
index 5c1c20a..bd70afd 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
-        <relativePath />
+        <version>1.5.2-SNAPSHOT</version>
+        <relativePath/>
     </parent>
 
     <groupId>org.onap.sdnc.northbound</groupId>
     <artifactId>vnftools-provider</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
-
+       <dependencyManagement>
+           <dependencies>
+               <dependency>
+                   <groupId>org.onap.ccsdk.sli.core</groupId>
+                   <artifactId>sli-core-artifacts</artifactId>
+                   <version>${ccsdk.sli.core.version}</version>
+                   <type>pom</type>
+                   <scope>import</scope>
+               </dependency>
+           </dependencies>
+       </dependencyManagement>
     <dependencies>
         <dependency>
             <groupId>junit</groupId>