Release version 2.4.0 sdnc/northbound artifacts
[sdnc/northbound.git] / optical-service / features / sdnc-optical-service / pom.xml
index 76832a2..d9e32b0 100644 (file)
@@ -5,26 +5,18 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.4.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.onap.sdnc.northbound</groupId>
     <artifactId>sdnc-optical-service</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.4.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>sdnc-northbound :: optical-service :: ${project.artifactId}</name>
 
     <dependencies>
-
-        <dependency>
-            <groupId>org.onap.ccsdk.sli.core</groupId>
-            <artifactId>ccsdk-sli</artifactId>
-            <version>${ccsdk.sli.core.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>optical-service-model</artifactId>
@@ -35,6 +27,5 @@
             <artifactId>optical-service-provider</artifactId>
             <version>${project.version}</version>
         </dependency>
-
     </dependencies>
 </project>