X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fpom.xml;h=dda6a0f975714be2bb9d4a5aefc2582ecc63787a;hp=61e5304e7360c942722ce4a16daece224f0c1f10;hb=e7fa20b7152db96fab27c22e12441a1ffb7ead93;hpb=29f7cfb54b580928c7feac63abce028a7014b0d5 diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 61e5304e73..dda6a0f975 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -7,8 +7,12 @@ 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 commons.northbound 0.4.0-SNAPSHOT bundle @@ -18,53 +22,65 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true org.opendaylight.controller.northbound.commons.exception, + org.opendaylight.controller.northbound.commons.types, + org.opendaylight.controller.northbound.commons.utils, org.opendaylight.controller.northbound.commons javax.ws.rs, + javax.ws.rs.ext, javax.ws.rs.core, + javax.xml.bind, + javax.xml.bind.annotation, + org.objectweb.asm, org.opendaylight.controller.sal.utils, + org.opendaylight.controller.sal.core, + org.opendaylight.controller.sal.authorization, + org.opendaylight.controller.containermanager, org.opendaylight.controller.usermanager, - javax.servlet.http, - org.slf4j, - org.springframework.security.authentication, - org.springframework.security.core, - org.springframework.security.core.context, - org.springframework.security.web.context + org.opendaylight.controller.switchmanager, + org.opendaylight.controller.northbound.bundlescanner, + org.osgi.framework, + org.osgi.service.packageadmin, + org.osgi.util.tracker, + javax.servlet.http, + org.codehaus.jackson, + org.codehaus.jackson.jaxrs, + org.codehaus.jackson.map, + org.slf4j + ${project.basedir}/META-INF + + org.opendaylight.controller + switchmanager + 0.5.0-SNAPSHOT + org.opendaylight.controller sal - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.controller usermanager 0.4.0-SNAPSHOT - - org.springframework.security - spring-security-core - ${spring-security.version} - provided - - - org.springframework.security - spring-security-web - ${spring-security.version} - provided - + + org.opendaylight.controller + bundlescanner + 0.4.0-SNAPSHOT +