X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fpom.xml;h=684744c015a6d2d69d098334d336f53ed2a9b369;hp=84c3ff2e0267618e833d56a6682886dae0bd80fc;hb=85b79a357526f0f379aeb02df859c65acb1d8446;hpb=6f4513207969e32b59dd456f43dfa9137e04d563 diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 84c3ff2e02..684744c015 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT ../../commons/opendaylight @@ -15,7 +15,7 @@ commons.northbound - 0.4.1-SNAPSHOT + 0.4.2-SNAPSHOT bundle @@ -51,9 +51,10 @@ org.osgi.service.packageadmin, org.osgi.util.tracker, javax.servlet.http, - org.codehaus.jackson, - org.codehaus.jackson.jaxrs, - org.codehaus.jackson.map, + com.fasterxml.jackson.core, + com.fasterxml.jackson.databind, + com.fasterxml.jackson.jaxrs.base, + com.fasterxml.jackson.jaxrs.json, org.slf4j @@ -63,25 +64,58 @@ + + org.opendaylight.controller + containermanager + org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT - + org.opendaylight.controller sal - 0.5.1-SNAPSHOT org.opendaylight.controller usermanager - 0.4.1-SNAPSHOT - org.opendaylight.controller - bundlescanner - 0.4.1-SNAPSHOT + org.opendaylight.controller + bundlescanner + + + + com.fasterxml.jackson.core + jackson-databind + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + + + + junit + junit + + + + com.sun.jersey + jersey-core + + + com.sun.jersey + jersey-server + + + com.sun.jersey + jersey-client