X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fnorthbound%2Fcommons%2Fpom.xml;h=2169f3f3e7c679670f24c94516217fe9bbceaf9b;hb=de720d9b3ce0db8d90b992f67bfcb01465cb36c7;hp=84c3ff2e0267618e833d56a6682886dae0bd80fc;hpb=6fda9993ad4fb9e0ac911543bbd87b7cd0eb1b0f;p=controller.git diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 84c3ff2e02..2169f3f3e7 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.opendaylight.controller @@ -51,9 +52,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 @@ -66,22 +68,67 @@ org.opendaylight.controller switchmanager - 0.5.1-SNAPSHOT - + org.opendaylight.controller sal - 0.5.1-SNAPSHOT + ${sal.version} org.opendaylight.controller usermanager - 0.4.1-SNAPSHOT + ${usermanager.version} + + + org.opendaylight.controller + bundlescanner + ${bundlescanner.version} + + + + com.fasterxml.jackson.core + jackson-annotations + - org.opendaylight.controller - bundlescanner - 0.4.1-SNAPSHOT + com.fasterxml.jackson.core + jackson-core + + + 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 + ${jersey.version} + + + com.sun.jersey + jersey-client + ${jersey.version} + +