From: Sam Hague Date: Mon, 9 Mar 2015 17:33:35 +0000 (-0400) Subject: Add ovsdb-features to karaf distribution X-Git-Tag: release/lithium~331 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=71c7fd06ac88a4a662065babaa396bd175ffe564;p=ovsdb.git Add ovsdb-features to karaf distribution The karaf distribution does not currently have any dependencies defined so it is building before some of the ovsdb modules are built. Adding the features dependency ensures that the other modules will build first. Change-Id: Icc366d7c3decc5bf041babc2bf2f651ed3fa6a17 Signed-off-by: Sam Hague --- diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 02db4adb1..3fa43dc7b 100755 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -35,6 +35,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.1.0-SNAPSHOT 1.1.0-SNAPSHOT + 1.1.0-SNAPSHOT 1.1.0-SNAPSHOT 0.7.0-SNAPSHOT 1.1.0-SNAPSHOT @@ -289,6 +290,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html openflowplugin-extension-nicira-config ${openflowplugin.version} + + org.opendaylight.ovsdb + features-ovsdb + ${ovsdb.features.version} + org.opendaylight.ovsdb library diff --git a/distribution/opendaylight-karaf/pom.xml b/distribution/opendaylight-karaf/pom.xml index 7dc7a0b1c..b50d23ac6 100644 --- a/distribution/opendaylight-karaf/pom.xml +++ b/distribution/opendaylight-karaf/pom.xml @@ -73,6 +73,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xml runtime + + org.opendaylight.ovsdb + features-ovsdb +