X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fnorthbound%2Ftopology%2Fpom.xml;h=3b3abc34368f7937e01bf736770a08c20078576c;hb=1014b267627455327f831f087af2cf1ce4d8f3f3;hp=c31b478fb5dc6a91c687b16ea962976fbf65fc5f;hpb=4e888e9099a29b43859702f0291499260ebd4720;p=controller.git diff --git a/opendaylight/northbound/topology/pom.xml b/opendaylight/northbound/topology/pom.xml index c31b478fb5..3b3abc3436 100644 --- a/opendaylight/northbound/topology/pom.xml +++ b/opendaylight/northbound/topology/pom.xml @@ -1,20 +1,26 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.1-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.1-SNAPSHOT bundle - + org.codehaus.enunciate maven-enunciate-plugin @@ -23,16 +29,16 @@ org.opendaylight.controller sal - 0.4.0-SNAPSHOT + 0.5.1-SNAPSHOT - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + true + @@ -40,23 +46,31 @@ org.opendaylight.controller.containermanager, org.opendaylight.controller.northbound.commons, org.opendaylight.controller.northbound.commons.exception, + org.opendaylight.controller.northbound.commons.utils, 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.utils, org.opendaylight.controller.switchmanager, + org.opendaylight.controller.usermanager, org.opendaylight.controller.topologymanager, com.sun.jersey.spi.container.servlet, + org.codehaus.jackson.annotate, javax.ws.rs, javax.ws.rs.core, javax.xml.bind, javax.xml.bind.annotation, org.slf4j, + org.apache.catalina.filters, + org.codehaus.jackson.jaxrs, !org.codehaus.enunciate.jaxrs /controller/nb/v2/topology + ,${classes;ANNOTATION;javax.ws.rs.Path} - + ${project.basedir}/src/main/resources/META-INF + @@ -66,30 +80,29 @@ 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.4.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 + 0.5.1-SNAPSHOT + + + org.opendaylight.controller + commons.northbound + 0.4.1-SNAPSHOT + + + org.opendaylight.controller + sal + 0.5.1-SNAPSHOT + + + org.opendaylight.controller + topologymanager + 0.4.1-SNAPSHOT + + + junit + junit