X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fswitchmanager%2Fpom.xml;h=3abb5dd0b43967586d594ba81883c1670abee494;hp=6b320b1992b786be723bdbc97a209cba7d7b40b6;hb=cadf660b585274ae01ec692dcc11439d73e3abf1;hpb=171c283d513bc07c4422a37120b203b4bcc53e43 diff --git a/opendaylight/northbound/switchmanager/pom.xml b/opendaylight/northbound/switchmanager/pom.xml index 6b320b1992..3abb5dd0b4 100644 --- a/opendaylight/northbound/switchmanager/pom.xml +++ b/opendaylight/northbound/switchmanager/pom.xml @@ -4,16 +4,17 @@ org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.2-SNAPSHOT ../../commons/opendaylight switchmanager.northbound - 0.4.0-SNAPSHOT + 0.4.2-SNAPSHOT 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 @@ -21,12 +22,11 @@ org.codehaus.enunciate maven-enunciate-plugin - ${enunciate.version} org.opendaylight.controller sal - 0.5.0-SNAPSHOT + ${sal.version} @@ -34,7 +34,7 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -57,10 +57,12 @@ javax.xml.bind, org.slf4j, org.apache.catalina.filters, - org.codehaus.jackson.jaxrs, + com.fasterxml.jackson.annotation, + com.fasterxml.jackson.databind, !org.codehaus.enunciate.jaxrs /controller/nb/v2/switchmanager + ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF @@ -68,51 +70,29 @@ - - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet - 1.17-SNAPSHOT - - org.opendaylight.controller containermanager - 0.4.0-SNAPSHOT org.opendaylight.controller switchmanager - 0.5.0-SNAPSHOT - org.opendaylight.controller sal - 0.5.0-SNAPSHOT - org.opendaylight.controller commons.northbound - 0.4.0-SNAPSHOT - - - org.springframework - spring-web - ${spring.version} - provided - - org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} - org.opendaylight.controller.thirdparty - org.apache.catalina.filters.CorsFilter - 7.0.42-SNAPSHOT + junit + junit