X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Ftopology%2Fpom.xml;h=007bdbebdcf053e3365e1462732257ac05b8b7b9;hp=c6963b8a7e2831e9df7a937c0ca57ff7c3503127;hb=2b4b6a40486a469d72f9421617a945fdca7fdf17;hpb=29f7cfb54b580928c7feac63abce028a7014b0d5 diff --git a/opendaylight/northbound/topology/pom.xml b/opendaylight/northbound/topology/pom.xml index c6963b8a7e..007bdbebdc 100644 --- a/opendaylight/northbound/topology/pom.xml +++ b/opendaylight/northbound/topology/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller topology.northbound 0.4.0-SNAPSHOT bundle @@ -23,7 +22,7 @@ org.opendaylight.controller sal - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT @@ -40,30 +39,28 @@ org.opendaylight.controller.containermanager, org.opendaylight.controller.northbound.commons, org.opendaylight.controller.northbound.commons.exception, + org.opendaylight.controller.northbound.commons.utils, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.packet, + org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.packet.address, org.opendaylight.controller.sal.utils, org.opendaylight.controller.switchmanager, + org.opendaylight.controller.usermanager, org.opendaylight.controller.topologymanager, com.sun.jersey.spi.container.servlet, javax.ws.rs, javax.ws.rs.core, + javax.xml.bind, javax.xml.bind.annotation, org.slf4j, - 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.apache.catalina.filters, !org.codehaus.enunciate.jaxrs - /one/nb/v2/topology + /controller/nb/v2/topology - + ${project.basedir}/src/main/resources/META-INF + @@ -73,30 +70,35 @@ enunciate-core-annotations ${enunciate.version} - - org.opendaylight.controller - containermanager - 0.4.0-SNAPSHOT - - - org.opendaylight.controller - commons.northbound - 0.4.0-SNAPSHOT - - - org.opendaylight.controller - sal - 0.4.0-SNAPSHOT - - - org.opendaylight.controller - topologymanager - 0.4.0-SNAPSHOT - + + org.opendaylight.controller + containermanager + 0.4.0-SNAPSHOT + + + org.opendaylight.controller + commons.northbound + 0.4.0-SNAPSHOT + + + org.opendaylight.controller + sal + 0.5.0-SNAPSHOT + + + org.opendaylight.controller + topologymanager + 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 +