X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcontrollermanager%2Fpom.xml;h=135ed3a66e2824b5001890fa4822c286248abb79;hb=48350c456393c0fe530dc29642c7d95c11a8a70a;hp=596f0223651dfd53ee0bf11f025fb1e7ab544a19;hpb=cd70a1080d382015a1eebbde8fa0d9ad156ce404;p=controller.git diff --git a/opendaylight/northbound/controllermanager/pom.xml b/opendaylight/northbound/controllermanager/pom.xml index 596f022365..135ed3a66e 100644 --- a/opendaylight/northbound/controllermanager/pom.xml +++ b/opendaylight/northbound/controllermanager/pom.xml @@ -4,17 +4,17 @@ org.opendaylight.controller commons.opendaylight - 1.4.1-SNAPSHOT + 1.4.1 ../../commons/opendaylight controllermanager.northbound - 0.0.1-SNAPSHOT + 0.0.1 bundle 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 + master-tagforprepareonly-controller-bulk-release-2-1 @@ -43,6 +43,7 @@ org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, + org.opendaylight.controller.configuration, org.opendaylight.controller.containermanager, org.opendaylight.controller.switchmanager, org.opendaylight.controller.usermanager, @@ -59,8 +60,9 @@ javax.xml.bind, org.slf4j, org.apache.catalina.filters, - org.codehaus.jackson.jaxrs, - org.codehaus.jackson.annotate, + com.fasterxml.jackson.annotation, + com.fasterxml.jackson.jaxrs.base, + com.fasterxml.jackson.jaxrs.json, !org.codehaus.enunciate.jaxrs /controller/nb/v2/controllermanager @@ -75,43 +77,26 @@ org.opendaylight.controller.thirdparty com.sun.jersey.jersey-servlet - ${jersey-servlet.version} - org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller switchmanager - ${switchmanager.api.version} - org.opendaylight.controller sal - ${sal.version} - org.opendaylight.controller commons.northbound - ${commons.northbound.version} - - - org.springframework - spring-web - ${spring.version} - provided - - org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} junit @@ -120,7 +105,6 @@ org.opendaylight.controller.thirdparty org.apache.catalina.filters.CorsFilter - ${corsfilter.version}