From: Deepthi V V Date: Fri, 10 Apr 2015 09:50:17 +0000 (+0530) Subject: Integration build failure fix: X-Git-Tag: release/lithium~74^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=vpnservice.git;a=commitdiff_plain;h=refs%2Fchanges%2F89%2F18089%2F1 Integration build failure fix: Fix features for inventory manager bundle and model-bgp bundle. Signed-off-by: Deepthi V V Change-Id: Id7a8234998aa27ea837af254560b4c1c172cda58 --- 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}