Add Dlux and DluxApps to Nitrogen 84/59884/3
authorDaniel Malachovsky <dmalacho@cisco.com>
Mon, 3 Jul 2017 14:04:53 +0000 (16:04 +0200)
committerDaniel Malachovsky <dmalacho@cisco.com>
Tue, 4 Jul 2017 12:38:47 +0000 (12:38 +0000)
Change-Id: I56adc4533d05be545689c5ed09fc8179b4eb73ab
Signed-off-by: Daniel Malachovsky <dmalacho@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 6109a11964ca6c60f648ae0c7da10ceb8c8d2a7e..dd5eb5fa4741c13d7245bbfccd68ebe1b4f0d106 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <!-- Dlux -->
+            <dependency>
+                <groupId>org.opendaylight.dlux</groupId>
+                <artifactId>features-dlux</artifactId>
+                <version>${dlux.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
+            <!-- DluxApps -->
+            <dependency>
+                <groupId>org.opendaylight.dluxapps</groupId>
+                <artifactId>features-dluxapps</artifactId>
+                <version>${dluxapps.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- InfraUtils -->
             <dependency>
                 <groupId>org.opendaylight.infrautils</groupId>
index ea85ac83676fc0d1a0cdf6eed53b6b24a4d8bdfc..0cc69c4e859743e89ae0204588dcd1d524bd6b90 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <dependency>
+                <groupId>org.opendaylight.dluxapps</groupId>
+                <artifactId>odl-dluxapps-nodes</artifactId>
+                <version>${dluxapps.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.dluxapps</groupId>
+                <artifactId>odl-dluxapps-topology</artifactId>
+                <version>${dluxapps.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.dluxapps</groupId>
+                <artifactId>odl-dluxapps-yangman</artifactId>
+                <version>${dluxapps.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.dluxapps</groupId>
+                <artifactId>odl-dluxapps-yangvisualizer</artifactId>
+                <version>${dluxapps.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+
             <!-- Netconf -->
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
index de814267e3a3465dd40a5be4ed10b55d81aea6fc..8a7e526ef6f3ccab2a37f81eb6fb8ce78ab5e48b 100644 (file)
             <type>xml</type>
         </dependency>
 
+        <!-- Dlux -->
+        <dependency>
+            <groupId>org.opendaylight.dlux</groupId>
+            <artifactId>features-dlux</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
+        <!-- DluxApps -->
+        <dependency>
+            <groupId>org.opendaylight.dluxapps</groupId>
+            <artifactId>features-dluxapps</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- Genius -->
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
index c651622656f3e4e7394aca71f0463083615e882a..c5b8255df5e6e46c330e9c9a62eb73719d0d2156 100644 (file)
             <classifier>features</classifier>
         </dependency>
 
+        <!-- DluxApps -->
+        <dependency>
+            <groupId>org.opendaylight.dluxapps</groupId>
+            <artifactId>odl-dluxapps-nodes</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.dluxapps</groupId>
+            <artifactId>odl-dluxapps-topology</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.dluxapps</groupId>
+            <artifactId>odl-dluxapps-yangman</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.dluxapps</groupId>
+            <artifactId>odl-dluxapps-yangvisualizer</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
         <!-- Netconf -->
         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
         <dependency>