X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fweb%2Fdevices%2Fpom.xml;h=f5605eaffe1510ecc60f1ac58327b182e11c0035;hp=116640cd3d8f682898a64a030feea709516b5db5;hb=4f76ea30ad49331ca38ce63925b3fabf8e769731;hpb=8bcd39b0fdd03d1ebbc46118d3ae4f2ee096b012 diff --git a/opendaylight/web/devices/pom.xml b/opendaylight/web/devices/pom.xml index 116640cd3d..f5605eaffe 100644 --- a/opendaylight/web/devices/pom.xml +++ b/opendaylight/web/devices/pom.xml @@ -1,23 +1,28 @@ - + 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 + devices.web - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT bundle org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -27,14 +32,17 @@ org.opendaylight.controller.forwardingrulesmanager, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.action, + org.opendaylight.controller.sal.connection, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.containermanager, + org.opendaylight.controller.connectionmanager, org.opendaylight.controller.switchmanager, org.opendaylight.controller.forwarding.staticrouting, org.opendaylight.controller.usermanager, org.opendaylight.controller.web, com.google.gson, + com.google.gson.reflect, javax.annotation, javax.naming, javax.servlet, @@ -87,32 +95,40 @@ org.opendaylight.controller forwardingrulesmanager - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT + + + org.opendaylight.controller + connectionmanager + 0.1.1-SNAPSHOT org.opendaylight.controller containermanager - 0.4.0-SNAPSHOT + 0.5.1-SNAPSHOT org.opendaylight.controller switchmanager - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.5.0-SNAPSHOT + 0.5.1-SNAPSHOT org.opendaylight.controller web - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT org.opendaylight.controller forwarding.staticrouting - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT + + + org.codehaus.jackson + jackson-mapper-asl