X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcontrollermanager%2Fpom.xml;h=33f9a06246a55b9cbbdc002b52ebac6c90e0a8dc;hp=866f166c4b067093c317027c41689c4839f5d54b;hb=refs%2Fchanges%2F39%2F11739%2F4;hpb=335aee8c6154a25c76503223e636398d32135bc9 diff --git a/opendaylight/northbound/controllermanager/pom.xml b/opendaylight/northbound/controllermanager/pom.xml index 866f166c4b..33f9a06246 100644 --- a/opendaylight/northbound/controllermanager/pom.xml +++ b/opendaylight/northbound/controllermanager/pom.xml @@ -4,44 +4,58 @@ org.opendaylight.controller commons.opendaylight - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT ../../commons/opendaylight controllermanager.northbound - 0.0.1-SNAPSHOT + 0.1.0-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 - + + + junit + junit + + + org.codehaus.enunciate + enunciate-core-annotations + + + org.opendaylight.controller + commons.northbound + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + sal + + + org.opendaylight.controller + switchmanager + + + org.opendaylight.controller.thirdparty + com.sun.jersey.jersey-servlet + + + org.opendaylight.controller.thirdparty + org.apache.catalina.filters.CorsFilter + + - - org.codehaus.enunciate - maven-enunciate-plugin - ${enunciate.version} - - - org.opendaylight.controller - sal - ${sal.version} - - - org.apache.felix maven-bundle-plugin - ${bundle.plugin.version} true ${project.artifactId} - - org.opendaylight.controller.sal.core, + org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.configuration, org.opendaylight.controller.containermanager, @@ -53,8 +67,10 @@ org.opendaylight.controller.northbound.commons, org.opendaylight.controller.northbound.commons.exception, org.opendaylight.controller.northbound.commons.utils, + org.opendaylight.controller.northbound.commons.query, org.opendaylight.controller.sal.authorization, javax.ws.rs, + javax.ws.rs.ext, javax.ws.rs.core, javax.xml.bind.annotation, javax.xml.bind, @@ -63,48 +79,30 @@ com.fasterxml.jackson.annotation, com.fasterxml.jackson.jaxrs.base, com.fasterxml.jackson.jaxrs.json, - !org.codehaus.enunciate.jaxrs - + !org.codehaus.enunciate.jaxrs /controller/nb/v2/controllermanager ,${classes;ANNOTATION;javax.ws.rs.Path} ${project.basedir}/src/main/resources/META-INF + + org.codehaus.enunciate + maven-enunciate-plugin + + + org.opendaylight.controller + sal + ${sal.version} + + + - - - org.opendaylight.controller.thirdparty - com.sun.jersey.jersey-servlet - - - org.opendaylight.controller - containermanager - - - org.opendaylight.controller - switchmanager - - - org.opendaylight.controller - sal - - - org.opendaylight.controller - commons.northbound - - - org.codehaus.enunciate - enunciate-core-annotations - - - junit - junit - - - org.opendaylight.controller.thirdparty - org.apache.catalina.filters.CorsFilter - - + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main +