X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Ftopology%2Fpom.xml;h=a24f087b75b0dca07e16f6cbe4471f8621b1cb08;hp=b8eebe4a0feb92ccc59a4988566d5647e5b063ed;hb=591fd680eea5c6183436cc72e756326af1505ac0;hpb=af9729aac43f1dd32b77076d757e3052d7a8e87b diff --git a/opendaylight/northbound/topology/pom.xml b/opendaylight/northbound/topology/pom.xml index b8eebe4a0f..a24f087b75 100644 --- a/opendaylight/northbound/topology/pom.xml +++ b/opendaylight/northbound/topology/pom.xml @@ -4,17 +4,22 @@ org.opendaylight.controller commons.opendaylight - 1.4.0-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 + - org.opendaylight.controller topology.northbound - 0.4.0-SNAPSHOT + 0.4.2-SNAPSHOT bundle - + org.codehaus.enunciate maven-enunciate-plugin @@ -23,16 +28,16 @@ org.opendaylight.controller sal - 0.5.0-SNAPSHOT + ${sal.version} - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + @@ -44,22 +49,28 @@ org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.authorization, - org.opendaylight.controller.sal.packet.address, + org.opendaylight.controller.sal.packet.address, org.opendaylight.controller.sal.utils, org.opendaylight.controller.switchmanager, org.opendaylight.controller.usermanager, org.opendaylight.controller.topologymanager, com.sun.jersey.spi.container.servlet, - javax.ws.rs, + com.fasterxml.jackson.annotation, + javax.ws.rs, javax.ws.rs.core, javax.xml.bind, javax.xml.bind.annotation, org.slf4j, + org.apache.catalina.filters, + com.fasterxml.jackson.jaxrs.base, + com.fasterxml.jackson.jaxrs.json, !org.codehaus.enunciate.jaxrs /controller/nb/v2/topology + ,${classes;ANNOTATION;javax.ws.rs.Path} - + ${project.basedir}/src/main/resources/META-INF + @@ -67,32 +78,26 @@ org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} - - org.opendaylight.controller - containermanager - 0.4.0-SNAPSHOT - - - org.opendaylight.controller - commons.northbound - 0.4.0-SNAPSHOT - - - org.opendaylight.controller - sal - 0.5.0-SNAPSHOT - - - org.opendaylight.controller - topologymanager - 0.4.0-SNAPSHOT - - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet - 1.17-SNAPSHOT + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + topologymanager + + + junit + junit