Remove features-ovsdb 64/37564/2
authorVishal Thapar <vishal.thapar@ericsson.com>
Wed, 13 Apr 2016 16:50:55 +0000 (22:20 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Wed, 13 Apr 2016 17:03:40 +0000 (22:33 +0530)
VPNService only needs southbound features. Use southbound-features instead of features-ovsdb.

Change-Id: I152f70501e2052ec3fc98f5fccd5a86dcd4c987f
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
features/pom.xml
features/src/main/features/features.xml

index 96b6db0f28a646b59dea752c5968e854c7d8dd6e..c5ece44da22229bd78bdd54daef410f42734855f 100644 (file)
@@ -97,7 +97,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </dependency>
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
-      <artifactId>features-ovsdb</artifactId>
+      <artifactId>southbound-features</artifactId>
+      <version>${ovsdb.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>hwvtepsouthbound-features</artifactId>
       <version>${ovsdb.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
index 47e838893b874ffff2f157c963e35b8edbcf2097..f441332c1b60b35c1bbc2c18d0acab138290520e 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.ovsdb/features-ovsdb/{{VERSION}}/xml/features</repository>
+  <repository>mvn:org.opendaylight.ovsdb/southbound-features/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.nic/features-nic/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.ovsdb/hwvtepsouthbound-features/{{VERSION}}/xml/features</repository>