X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fweb%2Froot%2Fpom.xml;h=1ff86722a21e1f4a5ea62430cd3d2c8d6f4a45a8;hb=05c99de44ef0041610bfbcc1e777060c7d7e3214;hp=809751d443e47f74819964df5e4b287248eaaba9;hpb=2b4b6a40486a469d72f9421617a945fdca7fdf17;p=controller.git diff --git a/opendaylight/web/root/pom.xml b/opendaylight/web/root/pom.xml index 809751d443..1ff86722a2 100644 --- a/opendaylight/web/root/pom.xml +++ b/opendaylight/web/root/pom.xml @@ -1,16 +1,21 @@ - + 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 + web - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT bundle @@ -18,7 +23,7 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -29,6 +34,9 @@ org.opendaylight.controller.sal.utils, org.opendaylight.controller.usermanager, org.opendaylight.controller.containermanager, + org.opendaylight.controller.clustering.services, + org.opendaylight.controller.connectionmanager, + org.opendaylight.controller.switchmanager, com.google.gson, javax.annotation, javax.naming, @@ -89,70 +97,42 @@ org.opendaylight.controller - configuration - 0.4.0-SNAPSHOT + clustering.services + 0.4.1-SNAPSHOT org.opendaylight.controller - sal - 0.5.0-SNAPSHOT + connectionmanager + 0.1.1-SNAPSHOT org.opendaylight.controller - usermanager - 0.4.0-SNAPSHOT + configuration + 0.4.1-SNAPSHOT org.opendaylight.controller - containermanager - 0.4.0-SNAPSHOT - - - junit - junit - 4.8.1 - test - - - org.springframework - spring-beans - 3.2.1.RELEASE - provided - - - org.springframework - spring-core - 3.2.1.RELEASE - provided - - - org.springframework - spring-context - 3.2.1.RELEASE - provided + sal + 0.5.1-SNAPSHOT - org.springframework - spring-expression - 3.2.1.RELEASE - provided + org.opendaylight.controller + usermanager + 0.4.1-SNAPSHOT - org.springframework - spring-web - 3.2.1.RELEASE - provided + org.opendaylight.controller + containermanager + 0.5.1-SNAPSHOT - org.springframework - spring-webmvc - 3.2.1.RELEASE - provided + org.opendaylight.controller + switchmanager + 0.5.1-SNAPSHOT - org.opendaylight.controller.thirdparty - org.apache.catalina.filters.CorsFilter - 7.0.42-SNAPSHOT + junit + junit