From: Vishal Thapar Date: Wed, 13 Apr 2016 16:50:55 +0000 (+0530) Subject: Remove features-ovsdb X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=dd0abb8f93522157eaf4c58fb07ae257755558b5;p=vpnservice.git Remove features-ovsdb VPNService only needs southbound features. Use southbound-features instead of features-ovsdb. Change-Id: I152f70501e2052ec3fc98f5fccd5a86dcd4c987f Signed-off-by: Vishal Thapar --- diff --git a/features/pom.xml b/features/pom.xml index 96b6db0f..c5ece44d 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -97,7 +97,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.ovsdb - features-ovsdb + southbound-features + ${ovsdb.version} + features + xml + runtime + + + org.opendaylight.ovsdb + hwvtepsouthbound-features ${ovsdb.version} features xml diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index 47e83889..f441332c 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mvn:org.opendaylight.openflowplugin/features-openflowplugin/{{VERSION}}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/{{VERSION}}/xml/features mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features - mvn:org.opendaylight.ovsdb/features-ovsdb/{{VERSION}}/xml/features + mvn:org.opendaylight.ovsdb/southbound-features/{{VERSION}}/xml/features mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features mvn:org.opendaylight.nic/features-nic/{{VERSION}}/xml/features mvn:org.opendaylight.ovsdb/hwvtepsouthbound-features/{{VERSION}}/xml/features