X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fhosttracker%2Fpom.xml;h=541dfcfe2d9b20919995332dafa7d8098e2cfac5;hp=4cb9919b9c771a60d81418898f7f2b53c29b81a8;hb=d6e3e28bf86638685e55289d6cd9cb749838a75e;hpb=481fd027d4f425f9e25bbb8af2b9e9b8d0e3ad03 diff --git a/opendaylight/northbound/hosttracker/pom.xml b/opendaylight/northbound/hosttracker/pom.xml index 4cb9919b9c..541dfcfe2d 100644 --- a/opendaylight/northbound/hosttracker/pom.xml +++ b/opendaylight/northbound/hosttracker/pom.xml @@ -4,13 +4,18 @@ org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller hosttracker.northbound - 0.4.0-SNAPSHOT + 0.4.1-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 + @@ -22,14 +27,14 @@ org.opendaylight.controller sal - 0.4.0-SNAPSHOT + 0.5.1-SNAPSHOT - + org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -40,66 +45,64 @@ org.opendaylight.controller.sal.utils, org.opendaylight.controller.containermanager, org.opendaylight.controller.switchmanager, + org.opendaylight.controller.usermanager, org.apache.commons.logging, com.sun.jersey.spi.container.servlet, org.opendaylight.controller.northbound.commons, org.opendaylight.controller.northbound.commons.exception, - com.sun.jersey.spi.spring.container.servlet, - org.springframework.web.context, - org.springframework.web, - org.springframework.web.servlet, - org.springframework.web.filter, - org.springframework.security.config, - org.springframework.security.web.authentication, - org.springframework.security.web.authentication.www, + org.opendaylight.controller.northbound.commons.utils, + org.opendaylight.controller.sal.authorization, + org.opendaylight.controller.sal.packet.address, javax.ws.rs, javax.ws.rs.core, javax.xml.bind.annotation, javax.xml.bind, org.slf4j, + org.apache.catalina.filters, + org.codehaus.jackson.jaxrs, !org.codehaus.enunciate.jaxrs - /controller/nb/v2/host + /controller/nb/v2/hosttracker + ,${classes;ANNOTATION;javax.ws.rs.Path} + ${project.basedir}/src/main/resources/META-INF - - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet - 1.17-SNAPSHOT - org.opendaylight.controller containermanager - 0.4.0-SNAPSHOT + 0.5.1-SNAPSHOT org.opendaylight.controller hosttracker - 0.4.0-SNAPSHOT + ${hosttracker.version} org.opendaylight.controller switchmanager - 0.4.0-SNAPSHOT - + org.opendaylight.controller sal - 0.4.0-SNAPSHOT - + 0.5.1-SNAPSHOT + - org.opendaylight.controller - commons.northbound - 0.4.0-SNAPSHOT - + org.opendaylight.controller + commons.northbound + 0.4.1-SNAPSHOT + org.codehaus.enunciate enunciate-core-annotations ${enunciate.version} + + junit + junit +