X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fflowprogrammer%2Fpom.xml;h=bfd2eb62907988e6456c6ff1ccc81115b671e83f;hb=4610c6bd3a8209fc95515ed6626ce71736049284;hp=1bfd4ebf12fd9a7e286557708d2aded63e26cfb9;hpb=4e888e9099a29b43859702f0291499260ebd4720;p=controller.git diff --git a/opendaylight/northbound/flowprogrammer/pom.xml b/opendaylight/northbound/flowprogrammer/pom.xml index 1bfd4ebf12..bfd2eb6290 100644 --- a/opendaylight/northbound/flowprogrammer/pom.xml +++ b/opendaylight/northbound/flowprogrammer/pom.xml @@ -7,8 +7,12 @@ 1.4.0-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 + - org.opendaylight.controller flowprogrammer.northbound 0.4.0-SNAPSHOT bundle @@ -22,14 +26,14 @@ org.opendaylight.controller sal - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT - + org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -41,18 +45,25 @@ org.opendaylight.controller.switchmanager, org.opendaylight.controller.northbound.commons, org.opendaylight.controller.northbound.commons.exception, - com.sun.jersey.spi.container.servlet, + org.opendaylight.controller.northbound.commons.utils, + org.opendaylight.controller.sal.authorization, + org.opendaylight.controller.usermanager, + com.sun.jersey.spi.container.servlet, + org.apache.catalina.filters, javax.ws.rs, javax.ws.rs.core, javax.xml.bind.annotation, javax.xml.bind, org.slf4j, + org.codehaus.jackson.jaxrs, !org.codehaus.enunciate.jaxrs - /controller/nb/v2/flow + /controller/nb/v2/flowprogrammer + ,${classes;ANNOTATION;javax.ws.rs.Path} + ${project.basedir}/src/main/resources/META-INF @@ -61,13 +72,13 @@ org.opendaylight.controller containermanager - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.opendaylight.controller switchmanager - 0.4.0-SNAPSHOT - + 0.5.0-SNAPSHOT + org.opendaylight.controller forwardingrulesmanager @@ -76,7 +87,7 @@ org.opendaylight.controller sal - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.codehaus.enunciate @@ -84,14 +95,19 @@ ${enunciate.version} - org.opendaylight.controller - commons.northbound - 0.4.0-SNAPSHOT - + org.opendaylight.controller + commons.northbound + 0.4.0-SNAPSHOT + org.opendaylight.controller.thirdparty com.sun.jersey.jersey-servlet 1.17-SNAPSHOT + + org.opendaylight.controller.thirdparty + org.apache.catalina.filters.CorsFilter + 7.0.42-SNAPSHOT +