Add OCPplugin to Distribution 02/60802/11
authormarko <marko.lai@gmail.com>
Thu, 27 Jul 2017 07:51:15 +0000 (15:51 +0800)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 2 Aug 2017 01:31:22 +0000 (18:31 -0700)
Change-Id: I5fef81ff71b75b08230174912842dccfe29cb1b7
Signed-off-by: marko <marko.lai@gmail.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
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 d9077d19e4fb0dce2194bb831c5174af8b37e42e..e5a1ae24593ab4efe4555c55f97c764489c5bb50 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <!-- OCP Plugin -->
+            <dependency>
+                <groupId>org.opendaylight.ocpplugin</groupId>
+                <artifactId>features-ocpplugin</artifactId>
+                <version>${ocpplugin.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- ODL Parent -->
             <dependency>
                 <groupId>org.opendaylight.odlparent</groupId>
index 16c796e4f239d5fd900902de3769112926f86cb4..8d39b8bd8443cb88a7cd1048e1ea8f746ec5f943 100644 (file)
                 <classifier>features</classifier>
             </dependency>
 
+            <!-- OCP Plugin -->
+            <dependency>
+                <groupId>org.opendaylight.ocpplugin</groupId>
+                <artifactId>odl-ocpplugin-all</artifactId>
+                <version>${ocpplugin.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- SNMP4SDN -->
             <dependency>
                 <groupId>org.opendaylight.snmp4sdn</groupId>
index c1a86497253c02fec1e5f86dfc4489eef7a77e67..8b684a5dcbc07240d8106b6f1db33ec4f9ebc4fb 100644 (file)
             <type>xml</type>
         </dependency>
 
+        <!-- OCPplugin -->
+        <dependency>
+            <groupId>org.opendaylight.ocpplugin</groupId>
+            <artifactId>features-ocpplugin</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- ODL Parent -->
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
index d13899e05d17fe19cae44d59a6ff933584e5a539..efb69bfcff5e9ab5f8418310530dadc41cb84478 100644 (file)
@@ -81,7 +81,6 @@
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-
         <dependency>
             <groupId>org.opendaylight.bgpcep</groupId>
             <artifactId>odl-bgpcep-rsvp</artifactId>
         </dependency>
 
         <!-- Honeycomb/VBD -->
+        <!-- Commented out because netconf topology issue
         <dependency>
             <groupId>org.opendaylight.honeycomb.vbd</groupId>
             <artifactId>odl-vbd</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        -->
 
         <!-- LISP Flow Mapping -->
         <dependency>
         </dependency>
 
         <!-- Netconf -->
+        <!-- Commented out because netconf topology issue
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-mdsal</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        -->
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-mdsal-apidocs</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <!-- Commented out because netconf topology issue
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-callhome-ssh</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        -->
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
             <classifier>features</classifier>
         </dependency>
 
+        <!-- OCPplugin -->
+        <dependency>
+            <groupId>org.opendaylight.ocpplugin</groupId>
+            <artifactId>odl-ocpplugin-all</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
         <!-- OpenflowPlugin -->
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>