X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fflowprogrammer%2Fpom.xml;h=201bf477ee210aa254e11e8de846c11d9b3aa0d0;hp=14a77ae53daa8f375711072bc72baa44a62bdeba;hb=2b4b6a40486a469d72f9421617a945fdca7fdf17;hpb=29f7cfb54b580928c7feac63abce028a7014b0d5 diff --git a/opendaylight/northbound/flowprogrammer/pom.xml b/opendaylight/northbound/flowprogrammer/pom.xml index 14a77ae53d..201bf477ee 100644 --- a/opendaylight/northbound/flowprogrammer/pom.xml +++ b/opendaylight/northbound/flowprogrammer/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller flowprogrammer.northbound 0.4.0-SNAPSHOT bundle @@ -22,10 +21,10 @@ org.opendaylight.controller sal - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT - + org.apache.felix maven-bundle-plugin @@ -41,14 +40,11 @@ org.opendaylight.controller.switchmanager, 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.usermanager, + com.sun.jersey.spi.container.servlet, + org.apache.catalina.filters, javax.ws.rs, javax.ws.rs.core, javax.xml.bind.annotation, @@ -58,8 +54,9 @@ - /one/nb/v2/flow + /controller/nb/v2/flow + ${project.basedir}/src/main/resources/META-INF @@ -73,8 +70,8 @@ org.opendaylight.controller switchmanager - 0.4.0-SNAPSHOT - + 0.5.0-SNAPSHOT + org.opendaylight.controller forwardingrulesmanager @@ -83,7 +80,7 @@ org.opendaylight.controller sal - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT org.codehaus.enunciate @@ -91,14 +88,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 +