X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fpom.xml;h=684744c015a6d2d69d098334d336f53ed2a9b369;hp=61e5304e7360c942722ce4a16daece224f0c1f10;hb=591fd680eea5c6183436cc72e756326af1505ac0;hpb=29f7cfb54b580928c7feac63abce028a7014b0d5 diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 61e5304e73..684744c015 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -4,13 +4,18 @@ org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.2-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 + HEAD + - org.opendaylight.controller commons.northbound - 0.4.0-SNAPSHOT + 0.4.2-SNAPSHOT bundle @@ -18,53 +23,99 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true org.opendaylight.controller.northbound.commons.exception, + org.opendaylight.controller.northbound.commons.types, + org.opendaylight.controller.northbound.commons.utils, org.opendaylight.controller.northbound.commons javax.ws.rs, + javax.ws.rs.ext, javax.ws.rs.core, + javax.xml.bind, + javax.xml.bind.annotation, + org.objectweb.asm, org.opendaylight.controller.sal.utils, + org.opendaylight.controller.sal.core, + org.opendaylight.controller.sal.authorization, + org.opendaylight.controller.containermanager, org.opendaylight.controller.usermanager, - javax.servlet.http, - org.slf4j, - org.springframework.security.authentication, - org.springframework.security.core, - org.springframework.security.core.context, - org.springframework.security.web.context + org.opendaylight.controller.switchmanager, + org.opendaylight.controller.northbound.bundlescanner, + org.osgi.framework, + org.osgi.service.packageadmin, + org.osgi.util.tracker, + javax.servlet.http, + com.fasterxml.jackson.core, + com.fasterxml.jackson.databind, + com.fasterxml.jackson.jaxrs.base, + com.fasterxml.jackson.jaxrs.json, + org.slf4j + ${project.basedir}/META-INF - + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + switchmanager + + org.opendaylight.controller sal - 0.4.0-SNAPSHOT org.opendaylight.controller usermanager - 0.4.0-SNAPSHOT - - org.springframework.security - spring-security-core - ${spring-security.version} - provided - - - org.springframework.security - spring-security-web - ${spring-security.version} - provided - + + org.opendaylight.controller + bundlescanner + + + + com.fasterxml.jackson.core + jackson-databind + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + + + + junit + junit + + + + com.sun.jersey + jersey-core + + + com.sun.jersey + jersey-server + + + com.sun.jersey + jersey-client +