X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fstaticrouting%2Fpom.xml;h=c020e6b2a24e32226c96b4892a5530a2257feb2e;hp=f0fd3237109d7d4e3552b766e6962297962ab3a9;hb=454f93d530edea269105cebd0020d0bf1aa75c79;hpb=fbfab4661220d56543ceabbcba5a40b335be1e07 diff --git a/opendaylight/northbound/staticrouting/pom.xml b/opendaylight/northbound/staticrouting/pom.xml index f0fd323710..c020e6b2a2 100644 --- a/opendaylight/northbound/staticrouting/pom.xml +++ b/opendaylight/northbound/staticrouting/pom.xml @@ -1,35 +1,40 @@ - + 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 forwarding.staticrouting.northbound - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT bundle org.codehaus.enunciate maven-enunciate-plugin - ${enunciate.version} org.opendaylight.controller sal - 0.5.0-SNAPSHOT + ${sal.version} org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -40,20 +45,28 @@ org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.containermanager, + org.opendaylight.controller.usermanager, com.sun.jersey.spi.container.servlet, org.opendaylight.controller.northbound.commons, org.opendaylight.controller.northbound.commons.exception, - org.slf4j, + org.opendaylight.controller.northbound.commons.utils, + org.opendaylight.controller.sal.authorization, + org.slf4j, javax.ws.rs, javax.ws.rs.core, javax.xml.bind.annotation, javax.xml.bind, + org.apache.catalina.filters, + com.fasterxml.jackson.jaxrs.base, + com.fasterxml.jackson.jaxrs.json, !org.codehaus.enunciate.jaxrs /controller/nb/v2/staticroute + ,${classes;ANNOTATION;javax.ws.rs.Path} + ${project.basedir}/src/main/resources/META-INF @@ -62,17 +75,17 @@ org.opendaylight.controller sal - 0.5.0-SNAPSHOT + ${sal.version} org.opendaylight.controller containermanager - 0.4.0-SNAPSHOT + ${containermanager.version} org.opendaylight.controller forwarding.staticrouting - 0.4.0-SNAPSHOT + ${forwarding.staticrouting} org.codehaus.enunciate @@ -80,14 +93,13 @@ ${enunciate.version} - org.opendaylight.controller - commons.northbound - 0.4.0-SNAPSHOT - + org.opendaylight.controller + commons.northbound + ${commons.northbound.version} + - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet - 1.17-SNAPSHOT - + junit + junit +