X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fpom.xml;h=8e769a23499edacd822f4b6a6a2375ecc3a401a3;hb=9c64758d0f60665a17007dd6c5e1c6113633211f;hp=56da363d3eaf6d748c4a4cdc0925710fe31f759e;hpb=bfe1f4b13e07f7b4f4f19e8f0b5f8ab5e619de0b;p=controller.git diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 56da363d3e..8e769a2349 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -1,15 +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 @@ -17,23 +24,37 @@ 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, + 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 @@ -43,15 +64,60 @@ - + + org.opendaylight.controller + switchmanager + + org.opendaylight.controller sal - 0.5.0-SNAPSHOT + 0.5.1-SNAPSHOT org.opendaylight.controller usermanager - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT + + + org.opendaylight.controller + bundlescanner + 0.4.1-SNAPSHOT + + + 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}