Adding Atrium to integration-distribution 90/42790/3
authorManoj <manoj.krishnan@wipro.com>
Fri, 29 Jul 2016 06:31:42 +0000 (12:01 +0530)
committerLuis Gomez <ecelgp@gmail.com>
Sun, 31 Jul 2016 17:26:40 +0000 (17:26 +0000)
Change-Id: Iea5f2fba7e0c3dacb6f5c10ef2d5eeb762f0f40d
Signed-off-by: Manoj <manoj.krishnan@wipro.com>
features-index/pom.xml
features-index/src/main/resources/features.xml
features-test/src/main/resources/features.xml
pom.xml

index 008995cebd82e828631db6d97f0803fdc017440f..ff8111ff001c112f6bafb901fc57ff9df93d2057 100644 (file)
             <type>xml</type>
         </dependency>
         -->
+        <dependency>
+            <groupId>org.opendaylight.atrium</groupId>
+            <artifactId>atrium-features</artifactId>
+            <version>${feature.atrium.version}</version>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.bgpcep</groupId>
             <artifactId>features-bgp</artifactId>
index cb889b8bd3d039747c2b265246dceb10f28f3986..18073ddab1a873f95724bdca801076ebf4b722b9 100644 (file)
@@ -38,6 +38,7 @@
     https://lists.opendaylight.org/pipermail/armoury-dev/2016-January/000081.html.
     Need to be uncommented once in Boron -->
     <!-- <repository>mvn:org.opendaylight.armoury/armoury-features/${feature.armoury.version}/xml/features</repository> -->
+    <repository>mvn:org.opendaylight.atrium/atrium-features/${feature.atrium.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.bgpcep/features-bgp/${feature.bgpcep.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.bgpcep/features-bmp/${feature.bgpcep.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.bgpcep/features-extras/${feature.bgpcep.version}/xml/features</repository>
index 050cd60da5ee25023af846efeea073a077e8bfdc..152ffa46e4bdc2e3c2485b5be71b83fe9caeb7fe 100644 (file)
@@ -67,6 +67,7 @@
             Needs to be uncommented once in Boron
         <feature version='${feature.armoury.version}'>odl-armoury-workloadmanager</feature>
         -->
+        <feature version='${feature.atrium.version}'>odl-atrium-all</feature>
         <feature version='${feature.bgpcep.version}'>odl-bgpcep-bgp-all</feature>
         <feature version='${feature.bgpcep.version}'>odl-bgpcep-bmp</feature>
         <feature version='${feature.bgpcep.version}'>odl-bgpcep-pcep-all</feature>
diff --git a/pom.xml b/pom.xml
index dcf5a2d5df6d29dec6ae86f8d42f5d8989054b0c..e607f696a39f0f0b8f8fb563322b0a534dc18478 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@
         <didm.version>0.3.0-SNAPSHOT</didm.version>
         <feature.aaa.version>0.4.0-SNAPSHOT</feature.aaa.version>
         <feature.alto.version>0.3.0-SNAPSHOT</feature.alto.version>
+        <feature.atrium.version>0.0.1-SNAPSHOT</feature.atrium.version>
         <feature.benchmark.version>1.2.0-SNAPSHOT</feature.benchmark.version>
         <feature.bgpcep.version>0.6.0-SNAPSHOT</feature.bgpcep.version>
         <feature.capwap.version>0.3.0-SNAPSHOT</feature.capwap.version>