From 72ca92e3193956b3ddb020f7f38a24315c6e8b9b Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 8 Oct 2013 17:34:55 -0500 Subject: [PATCH] Fixed most comments from https://git.opendaylight.org/gerrit/#/c/1721/ Change-Id: I174a3662b13a3a6f2f07954c2d0c742e98cc5ff2 Signed-off-by: Ed Warnicke --- opendaylight/commons/opendaylight/pom.xml | 9 +++++++++ opendaylight/md-sal/sal-common-api/pom.xml | 1 - .../northbound/bundlescanner/implementation/pom.xml | 1 - opendaylight/usermanager/api/pom.xml | 6 ------ opendaylight/web/troubleshoot/pom.xml | 1 - 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 60d4266943..9699b1a08f 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -48,6 +48,7 @@ 1.9.8 3.1.3.RELEASE 3.1.3.RELEASE + 1.2.1 1.17 3.6.0.RELEASE 2.2.0.RELEASE @@ -497,6 +498,14 @@ org.springframework.web.servlet ${spring.version} + + + org.springframework.osgi + spring-osgi-mock + ${spring-osgi.version} + test + + org.springframework.security diff --git a/opendaylight/md-sal/sal-common-api/pom.xml b/opendaylight/md-sal/sal-common-api/pom.xml index 2111dd7b32..280d5ec188 100644 --- a/opendaylight/md-sal/sal-common-api/pom.xml +++ b/opendaylight/md-sal/sal-common-api/pom.xml @@ -28,7 +28,6 @@ org.opendaylight.yangtools yang-common - org.osgi org.osgi.core diff --git a/opendaylight/northbound/bundlescanner/implementation/pom.xml b/opendaylight/northbound/bundlescanner/implementation/pom.xml index 3f795889dd..baa0755dc9 100644 --- a/opendaylight/northbound/bundlescanner/implementation/pom.xml +++ b/opendaylight/northbound/bundlescanner/implementation/pom.xml @@ -62,7 +62,6 @@ org.springframework.osgi spring-osgi-mock - 1.2.1 test diff --git a/opendaylight/usermanager/api/pom.xml b/opendaylight/usermanager/api/pom.xml index c301f8da2c..78825e1ace 100644 --- a/opendaylight/usermanager/api/pom.xml +++ b/opendaylight/usermanager/api/pom.xml @@ -98,33 +98,27 @@ equinoxSDK381 javax.servlet - 3.0.0.v201112011016 org.springframework.security spring-security-config - ${spring-security.version} org.springframework.security spring-security-core - ${spring-security.version} org.springframework.security spring-security-web - ${spring-security.version} org.springframework.security spring-security-taglibs - ${spring-security.version} org.springframework org.springframework.transaction - ${spring-security.version} diff --git a/opendaylight/web/troubleshoot/pom.xml b/opendaylight/web/troubleshoot/pom.xml index 95941a3076..07f568b05c 100644 --- a/opendaylight/web/troubleshoot/pom.xml +++ b/opendaylight/web/troubleshoot/pom.xml @@ -124,7 +124,6 @@ org.codehaus.jackson jackson-mapper-asl - ${jackson.version} -- 2.36.6