X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fpom.xml;h=8e52242105680b8505b7a2e2cdd90dba261a3061;hb=cd70a1080d382015a1eebbde8fa0d9ad156ce404;hp=b88375ffdc9390c8dba9801f65fd69076f68a588;hpb=d059b1faef43031951d426048974fa9b32dceba3;p=controller.git diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index b88375ffdc..8e52242105 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -1,20 +1,22 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.1-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 + HEAD commons.northbound - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT bundle @@ -22,7 +24,7 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -34,13 +36,25 @@ 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, + 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 @@ -50,15 +64,60 @@ - + + org.opendaylight.controller + switchmanager + + org.opendaylight.controller sal - 0.5.0-SNAPSHOT + ${sal.version} org.opendaylight.controller usermanager - 0.4.0-SNAPSHOT + ${usermanager.version} + + + org.opendaylight.controller + bundlescanner + ${bundlescanner.version} + + + org.codehaus.jackson + jackson-core-asl + + + org.codehaus.jackson + jackson-mapper-asl + + + org.codehaus.jackson + jackson-jaxrs + + + junit + junit + + + + com.sun.jersey + jersey-core + + + com.sun.jersey + jersey-server + ${jersey.version} + + + com.sun.jersey + jersey-client + ${jersey.version} + + + com.sun.jersey + jersey-json + ${jersey.version}