From a2670916a9c216311479463bbe2d707444afedc5 Mon Sep 17 00:00:00 2001 From: Madhu Venugopal Date: Mon, 25 Aug 2014 04:46:26 -0700 Subject: [PATCH] Added missing dependency sections that helps if the cache is missing the required dependencies. Also added a missing northbound bundle and filled up missing versions Change-Id: I7076d50fd5f1e8bc90f753e74b59936ce46db75d Signed-off-by: Madhu Venugopal --- features/adsal/pom.xml | 53 +++++ features/base/pom.xml | 20 +- features/nsf/pom.xml | 221 +++++++++++++++++++ features/nsf/src/main/resources/features.xml | 5 +- opendaylight/commons/opendaylight/pom.xml | 20 ++ 5 files changed, 309 insertions(+), 10 deletions(-) diff --git a/features/adsal/pom.xml b/features/adsal/pom.xml index 213e500458..0ce976e2ef 100644 --- a/features/adsal/pom.xml +++ b/features/adsal/pom.xml @@ -34,6 +34,59 @@ 1.4.2-SNAPSHOT zip + + + org.opendaylight.controller + dummy-console + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + sal.connection + + + org.opendaylight.controller + sal.connection.implementation + + + org.opendaylight.controller + sal.implementation + + + org.opendaylight.controller + sal.networkconfiguration + + + org.opendaylight.controller + sal.networkconfiguration.implementation + + + org.opendaylight.controller + clustering.services + + + org.opendaylight.controller + clustering.services-implementation + + + org.opendaylight.controller + clustering.stub + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + configuration.implementation + + + org.opendaylight.controller + logging.bridge + diff --git a/features/base/pom.xml b/features/base/pom.xml index 5dabfe5a44..ed8e2a8c20 100644 --- a/features/base/pom.xml +++ b/features/base/pom.xml @@ -23,42 +23,46 @@ ch.qos.logback logback-core - + + org.opendaylight.controller + dummy-console + + + org.opendaylight.controller + karaf-tomcat-security + + + org.opendaylight.controller.thirdparty + ganymed + com.fasterxml.jackson.core jackson-annotations - com.fasterxml.jackson.core jackson-core - com.fasterxml.jackson.core jackson-databind - com.fasterxml.jackson.datatype jackson-datatype-json-org - com.fasterxml.jackson.jaxrs jackson-jaxrs-base - com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - com.fasterxml.jackson.module jackson-module-jaxb-annotations - com.google.code.gson gson diff --git a/features/nsf/pom.xml b/features/nsf/pom.xml index 62b790b0da..5be411caae 100644 --- a/features/nsf/pom.xml +++ b/features/nsf/pom.xml @@ -28,6 +28,227 @@ 1.4.2-SNAPSHOT zip + + + org.opendaylight.controller + appauth + + + org.opendaylight.controller + arphandler + + + org.opendaylight.controller + bundlescanner + + + org.opendaylight.controller + bundlescanner.implementation + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + configuration + + + org.opendaylight.controller + configuration.implementation + + + org.opendaylight.controller + connectionmanager + + + org.opendaylight.controller + connectionmanager.implementation + + + org.opendaylight.controller + connectionmanager.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + containermanager.implementation + + + org.opendaylight.controller + containermanager.shell + + + org.opendaylight.controller + containermanager.northbound + + + org.opendaylight.controller + controllermanager.northbound + + + org.opendaylight.controller + devices.web + + + org.opendaylight.controller + flowprogrammer.northbound + + + org.opendaylight.controller + flows.web + + + org.opendaylight.controller + routing.dijkstra_implementation + + + org.opendaylight.controller + forwarding.staticrouting + + + org.opendaylight.controller + forwarding.staticrouting.northbound + + + org.opendaylight.controller + forwardingrulesmanager + + + org.opendaylight.controller + forwardingrulesmanager.implementation + + + org.opendaylight.controller + hosttracker + + + org.opendaylight.controller + hosttracker.shell + + + org.opendaylight.controller + hosttracker.implementation + + + org.opendaylight.controller + hosttracker.northbound + + + org.opendaylight.controller + httpservice-bridge + + + org.opendaylight.controller + jolokia-bridge + + + org.opendaylight.controller + logging.bridge + + + org.opendaylight.controller + networkconfig.bridgedomain.northbound + + + org.opendaylight.controller + networkconfig.neutron + + + org.opendaylight.controller + networkconfig.neutron.implementation + + + org.opendaylight.controller + networkconfig.neutron.northbound + + + org.opendaylight.controller + osgi-brandfragment.web + + + org.opendaylight.controller + samples.loadbalancer + + + org.opendaylight.controller + samples.loadbalancer.northbound + + + org.opendaylight.controller + samples.simpleforwarding + + + org.opendaylight.controller + security + + + org.opendaylight.controller + statistics.northbound + + + org.opendaylight.controller + statisticsmanager + + + org.opendaylight.controller + statisticsmanager.implementation + + + org.opendaylight.controller + subnets.northbound + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + switchmanager.implementation + + + org.opendaylight.controller + switchmanager.northbound + + + org.opendaylight.controller + topology.northbound + + + org.opendaylight.controller + topology.web + + + org.opendaylight.controller + topologymanager + + + org.opendaylight.controller + topologymanager.shell + + + org.opendaylight.controller + troubleshoot.web + + + org.opendaylight.controller + usermanager + + + org.opendaylight.controller + usermanager.implementation + + + org.opendaylight.controller + usermanager.northbound + + + org.opendaylight.controller.thirdparty + net.sf.jung2 + diff --git a/features/nsf/src/main/resources/features.xml b/features/nsf/src/main/resources/features.xml index e48bfc1410..8dc51f1644 100644 --- a/features/nsf/src/main/resources/features.xml +++ b/features/nsf/src/main/resources/features.xml @@ -45,10 +45,10 @@ mvn:org.opendaylight.controller/hosttracker.implementation/${hosttracker.implementation.version} mvn:org.opendaylight.controller/hosttracker.shell/${hosttracker.shell.version} - mvn:org.opendaylight.controller/forwarding.staticrouting + mvn:org.opendaylight.controller/forwarding.staticrouting/${forwarding.staticrouting} mvn:org.opendaylight.controller.thirdparty/net.sf.jung2/2.0.1 - mvn:org.opendaylight.controller/routing.dijkstra_implementation + mvn:org.opendaylight.controller/routing.dijkstra_implementation/${routing.dijkstra_implementation.version} @@ -63,6 +63,7 @@ mvn:org.opendaylight.controller/bundlescanner/${bundlescanner.api.version} mvn:org.opendaylight.controller/bundlescanner.implementation/${bundlescanner.implementation.version} mvn:org.opendaylight.controller/commons.northbound/${northbound.commons.version} + mvn:org.opendaylight.controller/connectionmanager.northbound/${connectionmanager.version} mvn:org.opendaylight.controller/flowprogrammer.northbound/${flowprogrammer.northbound.version} mvn:org.opendaylight.controller/hosttracker.northbound/${hosttracker.northbound.version} mvn:org.opendaylight.controller/networkconfig.bridgedomain.northbound/${networkconfig.bridgedomain.northbound.version} diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 873ad7a9b7..b9a6f38412 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1015,6 +1015,11 @@ hosttracker.northbound ${hosttracker.northbound.version} + + org.opendaylight.controller + hosttracker.shell + ${hosttracker.shell.version} + org.opendaylight.controller hosttracker_new @@ -1052,6 +1057,11 @@ logging.bridge ${logging.bridge.version} + + org.opendaylight.controller + dummy-console + ${dummy-console.version} + @@ -1407,6 +1417,11 @@ security ${security.version} + + org.opendaylight.controller + karaf-tomcat-security + ${karaf.security.version} + org.opendaylight.controller @@ -1480,6 +1495,11 @@ topologymanager ${topologymanager.version} + + org.opendaylight.controller + topologymanager.shell + ${topologymanager.shell.version} + org.opendaylight.controller troubleshoot.web -- 2.36.6