X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fcommons%2Fpom.xml;h=8e52242105680b8505b7a2e2cdd90dba261a3061;hp=972bece91fd2ce9e0400bf2500397e76a2d19691;hb=8dbd8803d1ad8683ab8b1727d9d3b870378c7911;hpb=b3be9c84aabb7df22d633e9fe6c36d3a92a15722 diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 972bece91f..8e52242105 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -1,20 +1,22 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.0-SNAPSHOT + 1.4.1-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 commons.northbound - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT bundle @@ -22,7 +24,7 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -40,9 +42,11 @@ 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, + org.opendaylight.controller.switchmanager, org.opendaylight.controller.northbound.bundlescanner, org.osgi.framework, org.osgi.service.packageadmin, @@ -60,20 +64,60 @@ - + + org.opendaylight.controller + switchmanager + + org.opendaylight.controller sal - 0.5.0-SNAPSHOT + ${sal.version} org.opendaylight.controller usermanager - 0.4.0-SNAPSHOT + ${usermanager.version} + + + org.opendaylight.controller + bundlescanner + ${bundlescanner.version} + + + org.codehaus.jackson + jackson-core-asl + + + org.codehaus.jackson + jackson-mapper-asl + + + org.codehaus.jackson + jackson-jaxrs + + + junit + junit + + + + com.sun.jersey + jersey-core + + + com.sun.jersey + jersey-server + ${jersey.version} + + + com.sun.jersey + jersey-client + ${jersey.version} - org.opendaylight.controller - bundlescanner - 0.4.0-SNAPSHOT + com.sun.jersey + jersey-json + ${jersey.version}