From 8d372647d7fe962743cf92ff6d01913fcb4e4eae Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Tue, 17 Jan 2017 13:13:53 +0200 Subject: [PATCH] Remove the last remnants of the CSS We don't use the config sub-system (CSS) anywhere in our project, so remove the dependecy completely. Change-Id: Ic2d0de34907ef4273339d50796aca594c77d8b05 Signed-off-by: Lorand Jakab --- features/pom.xml | 15 --------------- features/src/main/features/features.xml | 9 +++------ mappingservice/api/pom.xml | 5 ----- mappingservice/api/src/main/yang/odl-lisp-sb.yang | 1 - .../api/src/main/yang/odl-mappingservice.yang | 1 - mappingservice/config/pom.xml | 6 +++++- mappingservice/shell/pom.xml | 4 ++++ 7 files changed, 12 insertions(+), 29 deletions(-) diff --git a/features/pom.xml b/features/pom.xml index f34f510e1..5afc3ec8f 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -21,16 +21,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.5.0-SNAPSHOT LISP Flow Mapping Project - Karaf Features - - 3.1.1 - - - 1.8.0-SNAPSHOT - etc/opendaylight/karaf - 0.6.0-SNAPSHOT 0.5.0-SNAPSHOT - features.xml 1.5.0-SNAPSHOT 0.10.0-SNAPSHOT 0.8.0-SNAPSHOT @@ -59,13 +51,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xml runtime - - org.opendaylight.controller - features-config - ${config.version} - features - xml - org.opendaylight.controller features-mdsal diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index 16ef86004..8f8e30897 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -11,15 +11,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> - mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features + mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features + mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features + mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features - - mvn:org.opendaylight.controller/features-config/{{VERSION}}/xml/features - mvn:org.opendaylight.neutron/features-neutron/{{VERSION}}/xml/features - mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features odl-lispflowmapping-mappingservice @@ -72,7 +70,6 @@ - odl-config-api odl-mdsal-models mvn:org.apache.commons/commons-lang3/{{VERSION}} mvn:org.opendaylight.lispflowmapping/mappingservice.lisp-proto/{{VERSION}} diff --git a/mappingservice/api/pom.xml b/mappingservice/api/pom.xml index df86b3e63..d7c29cd4e 100644 --- a/mappingservice/api/pom.xml +++ b/mappingservice/api/pom.xml @@ -25,11 +25,6 @@ mappingservice.lisp-proto ${project.version} - - org.opendaylight.controller - config-api - 0.6.0-SNAPSHOT - org.opendaylight.mdsal.model yang-ext diff --git a/mappingservice/api/src/main/yang/odl-lisp-sb.yang b/mappingservice/api/src/main/yang/odl-lisp-sb.yang index 96b7c582c..202ff6919 100644 --- a/mappingservice/api/src/main/yang/odl-lisp-sb.yang +++ b/mappingservice/api/src/main/yang/odl-lisp-sb.yang @@ -4,7 +4,6 @@ module odl-lisp-sb { namespace "urn:opendaylight:lfm:lisp-sb"; prefix "lisp-sb"; - import config { prefix config; revision-date 2013-04-05; } import odl-lisp-proto { prefix lisp-proto; revision-date 2015-11-05; } contact "Lorand Jakab Mapping Service Config + + org.eclipse.tycho + org.eclipse.osgi + org.opendaylight.lispflowmapping mappingservice.api @@ -36,4 +40,4 @@ - \ No newline at end of file + diff --git a/mappingservice/shell/pom.xml b/mappingservice/shell/pom.xml index cfcaa3d0c..f58adce5a 100644 --- a/mappingservice/shell/pom.xml +++ b/mappingservice/shell/pom.xml @@ -13,6 +13,10 @@ Mapping Service Karaf Shell Commands + + org.eclipse.tycho + org.eclipse.osgi + org.apache.karaf.shell org.apache.karaf.shell.console -- 2.36.6