X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcontainermanager%2Fimplementation%2Fpom.xml;h=7900ce8901bc668a99d55c34d1546fc622a50522;hb=e7fa20b7152db96fab27c22e12441a1ffb7ead93;hp=9e2f5662ef38b78460ba34946cd2d216bbaf3761;hpb=6ce68c7d4d71586d027668df5d9427d663d6b210;p=controller.git diff --git a/opendaylight/containermanager/implementation/pom.xml b/opendaylight/containermanager/implementation/pom.xml index 9e2f5662ef..7900ce8901 100644 --- a/opendaylight/containermanager/implementation/pom.xml +++ b/opendaylight/containermanager/implementation/pom.xml @@ -8,10 +8,14 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main + - org.opendaylight.controller containermanager.implementation - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT bundle @@ -19,13 +23,17 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true org.opendaylight.controller.containermanager, + org.opendaylight.controller.appauth.authorization, + org.opendaylight.controller.usermanager, + org.opendaylight.controller.configuration, org.opendaylight.controller.clustering.services, + org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.utils, org.opendaylight.controller.sal.core, @@ -33,6 +41,7 @@ org.opendaylight.controller.sal.flowprogrammer, org.opendaylight.controller.sal.match, org.opendaylight.controller.sal.reader, + org.opendaylight.controller.topologymanager, org.eclipse.osgi.framework.console, org.osgi.framework, org.slf4j, @@ -44,6 +53,7 @@ org.opendaylight.controller.containermanager.internal.Activator + ${project.basedir}/META-INF @@ -57,12 +67,32 @@ org.opendaylight.controller containermanager + 0.5.0-SNAPSHOT + + + org.opendaylight.controller + configuration + 0.4.0-SNAPSHOT + + + org.opendaylight.controller + appauth + 0.4.0-SNAPSHOT + + + org.opendaylight.controller + topologymanager 0.4.0-SNAPSHOT - + org.opendaylight.controller sal 0.5.0-SNAPSHOT - + + + org.opendaylight.controller + usermanager + 0.4.0-SNAPSHOT +