X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fswitchmanager%2Fpom.xml;h=dca8c2f06098cd8d6853337116f0229f4a70f486;hp=55c836d2f436048d44f67a085390c48ef6d80b22;hb=3948bedd0129e44c0943bd77c91806425645cd72;hpb=29f7cfb54b580928c7feac63abce028a7014b0d5 diff --git a/opendaylight/northbound/switchmanager/pom.xml b/opendaylight/northbound/switchmanager/pom.xml index 55c836d2f4..dca8c2f060 100644 --- a/opendaylight/northbound/switchmanager/pom.xml +++ b/opendaylight/northbound/switchmanager/pom.xml @@ -4,13 +4,18 @@ org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.2-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller switchmanager.northbound - 0.4.0-SNAPSHOT + 0.4.2-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,15 +27,15 @@ org.opendaylight.controller sal - 0.4.0-SNAPSHOT + ${sal.version} - - + + org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -39,88 +44,56 @@ org.opendaylight.controller.sal.utils, org.opendaylight.controller.containermanager, org.opendaylight.controller.switchmanager, + org.opendaylight.controller.usermanager, org.apache.commons.lang3.tuple, - org.apache.commons.logging, + 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, javax.ws.rs, javax.ws.rs.core, javax.xml.bind.annotation, javax.xml.bind, org.slf4j, + org.apache.catalina.filters, + com.fasterxml.jackson.annotation, + com.fasterxml.jackson.databind, !org.codehaus.enunciate.jaxrs - /one/nb/v2/switch + /controller/nb/v2/switchmanager + ,${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 org.opendaylight.controller switchmanager - 0.4.0-SNAPSHOT - - + org.opendaylight.controller sal - 0.4.0-SNAPSHOT - - + - org.opendaylight.controller - commons.northbound - 0.4.0-SNAPSHOT - - - - org.springframework - spring-web - ${spring.version} - provided - - - - org.springframework.security - spring-security-config - ${spring-security.version} - provided - - - - org.springframework.security - spring-security-web - ${spring-security.version} - provided - - + org.opendaylight.controller + commons.northbound + org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} - + + junit + junit +