X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fstatistics%2Fpom.xml;h=95410b0d3a34a4a879e0fde3f3ed00561c495992;hp=7ce5c43d12e031a0359cd09d0de06fbe4c316bb7;hb=0ae12c54560ef14cb8c08beef4553f7523d41578;hpb=6e8fef270b6dc88f1dedca0c3e607a1a16e6ce2f diff --git a/opendaylight/northbound/statistics/pom.xml b/opendaylight/northbound/statistics/pom.xml index 7ce5c43d12..95410b0d3a 100644 --- a/opendaylight/northbound/statistics/pom.xml +++ b/opendaylight/northbound/statistics/pom.xml @@ -4,12 +4,18 @@ 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 + statistics.northbound - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT bundle @@ -21,14 +27,14 @@ org.opendaylight.controller sal - 0.5.0-SNAPSHOT + ${sal.version} - + org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -58,11 +64,15 @@ javax.xml.bind.annotation, javax.xml.bind, org.slf4j, + org.apache.catalina.filters, + com.fasterxml.jackson.jaxrs.base, + com.fasterxml.jackson.jaxrs.json, !org.codehaus.enunciate.jaxrs /controller/nb/v2/statistics + ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF @@ -73,32 +83,31 @@ org.opendaylight.controller containermanager - 0.4.0-SNAPSHOT + ${containermanager.version} org.opendaylight.controller statisticsmanager - 0.4.0-SNAPSHOT + ${statisticsmanager.version} org.opendaylight.controller sal - 0.5.0-SNAPSHOT - - - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet - 1.17-SNAPSHOT + ${sal.version} org.opendaylight.controller commons.northbound - 0.4.0-SNAPSHOT + ${commons.northbound.version} org.codehaus.enunciate enunciate-core-annotations ${enunciate.version} + + junit + junit +