From dd0abb8f93522157eaf4c58fb07ae257755558b5 Mon Sep 17 00:00:00 2001 From: Vishal Thapar Date: Wed, 13 Apr 2016 22:20:55 +0530 Subject: [PATCH] Remove features-ovsdb VPNService only needs southbound features. Use southbound-features instead of features-ovsdb. Change-Id: I152f70501e2052ec3fc98f5fccd5a86dcd4c987f Signed-off-by: Vishal Thapar --- features/pom.xml | 10 +++++++++- features/src/main/features/features.xml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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 -- 2.36.6