X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fpom.xml;h=09c075735a6c3b7090de71554c6fdefc73ef34ec;hb=63ebb308c97fc06eafe813c347f9c8d7cde541eb;hp=8e52242105680b8505b7a2e2cdd90dba261a3061;hpb=55123065fe35573854bbf3ebe413833c0d67dd5c;p=controller.git diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 8e52242105..09c075735a 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -1,41 +1,85 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.1-SNAPSHOT + 1.4.2-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.1-SNAPSHOT + 0.4.2-SNAPSHOT bundle + + + + com.fasterxml.jackson.core + jackson-databind + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + + + com.sun.jersey + jersey-client + + + + com.sun.jersey + jersey-core + + + com.sun.jersey + jersey-server + + + + junit + junit + + + org.opendaylight.controller + bundlescanner + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller + usermanager + + org.apache.felix maven-bundle-plugin - ${bundle.plugin.version} true - - org.opendaylight.controller.northbound.commons.exception, + 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, + org.opendaylight.controller.northbound.commons + javax.ws.rs, javax.ws.rs.ext, javax.ws.rs.core, javax.xml.bind, @@ -52,72 +96,21 @@ org.osgi.service.packageadmin, org.osgi.util.tracker, javax.servlet.http, - org.codehaus.jackson, - org.codehaus.jackson.jaxrs, - org.codehaus.jackson.map, - org.slf4j - + com.fasterxml.jackson.core, + com.fasterxml.jackson.databind, + com.fasterxml.jackson.jaxrs.base, + com.fasterxml.jackson.jaxrs.json, + org.slf4j ${project.basedir}/META-INF - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - ${sal.version} - - - org.opendaylight.controller - usermanager - ${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} - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main +