From 0941bc32e3b8cb27c4b8ccdadc495cbb2a455dcb Mon Sep 17 00:00:00 2001 From: Alissa Bonas Date: Mon, 23 Sep 2013 20:29:43 +0300 Subject: [PATCH] Remove unused spring dependency and wrong version in web pom Change-Id: I1bc3b413b04ed7d706b89a0449b21df00ec18923 Signed-off-by: Alissa Bonas --- opendaylight/web/root/pom.xml | 36 ----------------------------------- 1 file changed, 36 deletions(-) diff --git a/opendaylight/web/root/pom.xml b/opendaylight/web/root/pom.xml index 98c740fa2a..641f32f876 100644 --- a/opendaylight/web/root/pom.xml +++ b/opendaylight/web/root/pom.xml @@ -136,42 +136,6 @@ 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 - - - 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 -- 2.36.6