X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fweb%2Froot%2Fpom.xml;h=05a8f5b1d7651cd4b6c442cabead605853583bba;hb=e7fa20b7152db96fab27c22e12441a1ffb7ead93;hp=872260b637762d320935100a9f5e9b67136fb561;hpb=6e8fef270b6dc88f1dedca0c3e607a1a16e6ce2f;p=controller.git diff --git a/opendaylight/web/root/pom.xml b/opendaylight/web/root/pom.xml index 872260b637..05a8f5b1d7 100644 --- a/opendaylight/web/root/pom.xml +++ b/opendaylight/web/root/pom.xml @@ -8,6 +8,11 @@ 1.4.0-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 + web 0.4.0-SNAPSHOT @@ -18,7 +23,7 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -28,8 +33,10 @@ org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.utils, org.opendaylight.controller.usermanager, - org.opendaylight.controller.usermanager.internal, org.opendaylight.controller.containermanager, + org.opendaylight.controller.clustering.services, + org.opendaylight.controller.connectionmanager, + org.opendaylight.controller.switchmanager, com.google.gson, javax.annotation, javax.naming, @@ -74,7 +81,8 @@ org.springframework.web.servlet.view.json, org.springframework.web.filter, org.springframework.web.context, - org.springframework.util + org.springframework.util, + org.apache.catalina.filters org.opendaylight.controller.web @@ -87,6 +95,16 @@ + + org.opendaylight.controller + clustering.services + 0.4.0-SNAPSHOT + + + org.opendaylight.controller + connectionmanager + 0.1.0-SNAPSHOT + org.opendaylight.controller configuration @@ -105,7 +123,12 @@ org.opendaylight.controller containermanager - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT + + + org.opendaylight.controller + switchmanager + 0.5.0-SNAPSHOT junit @@ -114,40 +137,9 @@ 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 - - - org.springframework - spring-expression - 3.2.1.RELEASE - provided - - - org.springframework - spring-web - 3.2.1.RELEASE - provided - - - org.springframework - spring-webmvc - 3.2.1.RELEASE - provided + org.opendaylight.controller.thirdparty + org.apache.catalina.filters.CorsFilter + 7.0.42-SNAPSHOT