From fc9a1f0242ebb9d34893aef134a8b0c21d8b699f Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 27 Dec 2008 00:02:15 +0000 Subject: [PATCH] Remove parent from itest module - force explicit Spring 2.5 dependency --- itest/context/pom.xml | 1 + itest/pom.xml | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 6185a25f62..0fdb30c22e 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -21,6 +21,7 @@ javax.servlet servlet-api + 2.4 test diff --git a/itest/pom.xml b/itest/pom.xml index 9959259c44..15526299d2 100644 --- a/itest/pom.xml +++ b/itest/pom.xml @@ -1,10 +1,6 @@ 4.0.0 - - org.springframework.security - spring-security-parent - 2.5.0-SNAPSHOT - + org.springframework.security spring-security-itest Spring Security - Integration Tests pom @@ -87,11 +83,12 @@ org.springframework.ldap spring-ldap-core + 1.3.0.RC1 runtime org.springframework - org.springframework.core + spring-core org.springframework @@ -124,6 +121,7 @@ log4j log4j + 1.2.14