From 9335f15b59fc205d2e0b1a67e9df0981f922643e Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 18 Sep 2014 10:37:24 -0500 Subject: [PATCH] Bug 1963: Fix missing bundle in xsql feature Change-Id: Ieedf3f07bc85110c8c0e4be2d73612311ed5074c Signed-off-by: Ed Warnicke --- features/mdsal/pom.xml | 5 +++ .../mdsal/src/main/resources/features.xml | 1 + opendaylight/commons/opendaylight/pom.xml | 5 +++ opendaylight/md-sal/pom.xml | 1 + opendaylight/md-sal/sal-karaf-xsql/pom.xml | 35 +++++++++---------- 5 files changed, 29 insertions(+), 18 deletions(-) diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index f45f680c30..299e5b6707 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -68,6 +68,11 @@ org.opendaylight.controller sal-dom-xsql + + + org.opendaylight.controller + sal-karaf-xsql + org.opendaylight.controller sal-dom-xsql-config diff --git a/features/mdsal/src/main/resources/features.xml b/features/mdsal/src/main/resources/features.xml index 0e24176b9f..2a988ced05 100644 --- a/features/mdsal/src/main/resources/features.xml +++ b/features/mdsal/src/main/resources/features.xml @@ -65,6 +65,7 @@ odl-mdsal-broker mvn:org.opendaylight.controller/sal-dom-xsql/${project.version} + mvn:org.opendaylight.controller/sal-karaf-xsql/${project.version} mvn:org.opendaylight.controller/sal-dom-xsql-config/${project.version}/xml/config diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index e3ffbf356a..a98afc8d19 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1298,6 +1298,11 @@ sal-dom-xsql ${mdsal.version} + + org.opendaylight.controller + sal-karaf-xsql + ${mdsal.version} + org.opendaylight.controller sal-dom-xsql-config diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 71a0de9939..a9c81b9353 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -77,6 +77,7 @@ sal-dom-xsql + sal-karaf-xsql sal-dom-xsql-config diff --git a/opendaylight/md-sal/sal-karaf-xsql/pom.xml b/opendaylight/md-sal/sal-karaf-xsql/pom.xml index c32d960841..4aef77691a 100644 --- a/opendaylight/md-sal/sal-karaf-xsql/pom.xml +++ b/opendaylight/md-sal/sal-karaf-xsql/pom.xml @@ -1,21 +1,21 @@ - 4.0.0 @@ -26,10 +26,9 @@ 1.1-SNAPSHOT - xsqlcommand - xsqlcommand + org.opendaylight.controller + sal-karaf-xsql bundle - 1.0.0-SNAPSHOT Apache Karaf :: Shell odl/xsql Commands Provides the OSGi odl commands -- 2.36.6