Add SXP karaf4 features to distribution 81/59781/2
authorMichal Rehak <mirehak@cisco.com>
Fri, 30 Jun 2017 13:30:17 +0000 (15:30 +0200)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 30 Jun 2017 14:55:13 +0000 (14:55 +0000)
Change-Id: I88624867985a45ae2ff28599d7ea027cdc625deb
Signed-off-by: Michal Rehak <mirehak@cisco.com>
artifacts/upstream/feature-repos/pom.xml
artifacts/upstream/single-features/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index b78cf4077365bd5655b29ce03a555f93ba557f6a..523ff31344799c0ec67a0516361f44849c9a5670 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <!-- SXP -->
+            <dependency>
+                <groupId>org.opendaylight.sxp</groupId>
+                <artifactId>features-sxp</artifactId>
+                <version>${sxp.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 </project>
index 04b3a3e2a069194584a76f48bf61693e39f428c0..da3beb0c7af507909988aabc2787f8192c336f7a 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <!-- SXP -->
+            <dependency>
+                <groupId>org.opendaylight.sxp</groupId>
+                <artifactId>odl-sxp-controller</artifactId>
+                <version>${sxp.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 </project>
index 54b008d311f3eb071754c3a0ecc949a6e0ba4d3f..7e38a6d61445aefe7974ab25ca44cc9cfed6a08e 100644 (file)
             <type>xml</type>
         </dependency>
 
+        <!-- SXP -->
+        <dependency>
+            <groupId>org.opendaylight.sxp</groupId>
+            <artifactId>features-sxp</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- FIXME: Add Yangtools -->
 
     </dependencies>
index a0da35f331cd564fb0aaebd986a8a11580a2905c..b5a7da5fd9ac41fe747cec85dbaa4bb99b6b57ca 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+
+        <!-- SXP -->
+        <dependency>
+            <groupId>org.opendaylight.sxp</groupId>
+            <artifactId>odl-sxp-controller</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
     </dependencies>
 </project>