From 81e90a90da5a4cd705d13dc0d1922ec8cccca956 Mon Sep 17 00:00:00 2001 From: Deepthi V V Date: Fri, 10 Apr 2015 15:20:17 +0530 Subject: [PATCH] Integration build failure fix: Fix features for inventory manager bundle and model-bgp bundle. Signed-off-by: Deepthi V V Change-Id: Id7a8234998aa27ea837af254560b4c1c172cda58 --- features/pom.xml | 23 +++++++++-------------- features/src/main/features/features.xml | 6 +++--- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/features/pom.xml b/features/pom.xml index 791a11a0..c9514273 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -22,6 +22,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 1.2.0-SNAPSHOT + 0.1.0-SNAPSHOT 0.7.0-SNAPSHOT 0.0.1-SNAPSHOT @@ -55,9 +56,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL runtime - org.opendaylight.controller - features-flow + org.opendaylight.openflowplugin + features-openflowplugin features + ${openflowplugin.version} xml runtime @@ -120,22 +122,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL bgpmanager-api ${project.version} - + + ${project.groupId} + model-bgp + 2013.07.15.7-SNAPSHOT + org.apache.thrift libthrift 0.9.1 - diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index 390fbaa6..684ed855 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features - mvn:org.opendaylight.controller/features-flow/${mdsal.version}/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features mvn:org.opendaylight.controller/features-restconf/${mdsal.version}/xml/features odl-yangtools-models - odl-flow-model - mvn:org.opendaylight.vpnservice/model-bgp/2013.07.15.7-SNAPSHOT + odl-openflowplugin-nsf-model + mvn:org.opendaylight.vpnservice/model-bgp/{{VERSION}} mvn:org.opendaylight.vpnservice/vpnmanager-api/${project.version} mvn:org.opendaylight.vpnservice/interfacemgr-api/${interfacemgr.version} mvn:org.opendaylight.vpnservice/bgpmanager-api/${project.version} -- 2.36.6