OOFPCIPOC Properties files for Alpine and Ubuntu
[ccsdk/distribution.git] / odlsli / odlsli-ubuntu / pom.xml
index 1475253..f396985 100644 (file)
@@ -25,7 +25,7 @@
                <image.name>onap/ccsdk-odlsli-image</image.name>
                <ccsdk.project.version>${project.version}</ccsdk.project.version>
                <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
-               <ccsdk.features.version>0.4.2</ccsdk.features.version>
+               <ccsdk.features.version>0.5.0-SNAPSHOT</ccsdk.features.version>
                <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
                <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
                <opendaylight.root>opt/opendaylight</opendaylight.root>
                        <classifier>repo</classifier>
                        <type>zip</type>
                </dependency>
+               <dependency>
+      <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
+      <artifactId>sdnr-northbound-features-installer</artifactId>
+      <version>${ccsdk.features.version}</version>
+      <classifier>repo</classifier>
+      <type>zip</type>
+    </dependency>
+               <dependency>
+                       <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
+                       <artifactId>oofpcipoc-installer</artifactId>
+                       <version>${ccsdk.features.version}</version>
+                       <classifier>repo</classifier>
+                       <type>zip</type>
+               </dependency>
        </dependencies>
 
        <build>
                                                                        <directory>../src/main/properties</directory>
                                                                        <includes>
                                                                                <include>*.properties</include>
+                                                                               <include>*.vt</include>
                                                                        </includes>
                                                                        <filtering>false</filtering>
                                                                </resource>