Add l2switch karaf4 to distribution 26/60926/7
authorSai MarapaReddy <sai.marapareddy@gmail.com>
Mon, 31 Jul 2017 06:09:48 +0000 (23:09 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 2 Aug 2017 02:21:52 +0000 (19:21 -0700)
Change-Id: I90d418a7dfa5829b9d4b851ad77d1894671f00e2
Signed-off-by: Sai MarapaReddy <sai.marapareddy@gmail.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
artifacts/upstream/feature-repos/pom.xml
artifacts/upstream/single-features/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-all/pom.xml

index e5a1ae24593ab4efe4555c55f97c764489c5bb50..e70094ed4eab29ab3db0fffa34b17c3b397a3053 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <!-- L2switch -->
+            <dependency>
+                <groupId>org.opendaylight.l2switch</groupId>
+                <artifactId>features-l2switch</artifactId>
+                <version>${l2switch.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- OCP Plugin -->
             <dependency>
                 <groupId>org.opendaylight.ocpplugin</groupId>
index 8d39b8bd8443cb88a7cd1048e1ea8f746ec5f943..e89b1d0369befeb420a36b435c77bbff6aa7e3f6 100644 (file)
@@ -67,6 +67,7 @@
                 <type>xml</type>
             </dependency>
 
+            <!-- Dlux Apps -->
             <dependency>
                 <groupId>org.opendaylight.dluxapps</groupId>
                 <artifactId>odl-dluxapps-nodes</artifactId>
                 <classifier>features</classifier>
             </dependency>
 
+            <!-- L2switch -->
+            <dependency>
+                <groupId>org.opendaylight.l2switch</groupId>
+                <artifactId>odl-l2switch-switch</artifactId>
+                <version>${l2switch.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.l2switch</groupId>
+                <artifactId>odl-l2switch-switch-rest</artifactId>
+                <version>${l2switch.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.l2switch</groupId>
+                <artifactId>odl-l2switch-switch-ui</artifactId>
+                <version>${l2switch.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- OCP Plugin -->
             <dependency>
                 <groupId>org.opendaylight.ocpplugin</groupId>
index 8b684a5dcbc07240d8106b6f1db33ec4f9ebc4fb..f8d101e09088547d40cda827e9472aad0339e890 100644 (file)
             <type>xml</type>
         </dependency>
 
-        <!-- FIXME: Add Mdsal -->
+        <!-- L2switch -->
+        <dependency>
+            <groupId>org.opendaylight.l2switch</groupId>
+            <artifactId>features-l2switch</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
 
         <!-- LISP Flow Mapping -->
         <dependency>
             <type>xml</type>
         </dependency>
 
+        <!-- FIXME: Add Mdsal -->
+
         <!-- Netconf -->
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
index bade61f171ebb1cdc38778fc7eb18c15e644113f..06a54c5bf4704ef31b5bc2e2ee4a0ee2ef7897c5 100644 (file)
             <classifier>features</classifier>
         </dependency>
 
+        <!-- L2switch -->
+        <dependency>
+            <groupId>org.opendaylight.l2switch</groupId>
+            <artifactId>odl-l2switch-switch</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.l2switch</groupId>
+            <artifactId>odl-l2switch-switch-rest</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.l2switch</groupId>
+            <artifactId>odl-l2switch-switch-ui</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- Netconf -->
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>