From 1dfc42550fa137e336857977f204120930f12d15 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Sun, 25 Dec 2005 00:21:49 +0000 Subject: [PATCH] Add spring-mock to dependency management Add ldap dependencies Simplify spring dependencies --- adapters/pom.xml | 1 - core/pom.xml | 35 ++++++++++++++++++++++------------- pom.xml | 9 +++++++++ 3 files changed, 31 insertions(+), 14 deletions(-) diff --git a/adapters/pom.xml b/adapters/pom.xml index ec8b42f787..e2b7b7cef3 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -20,7 +20,6 @@ org.springframework spring-mock - 1.2.6 test diff --git a/core/pom.xml b/core/pom.xml index 9a8c7cdac1..f627627c87 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -16,23 +16,11 @@ spring-remoting 1.2.6 - - - org.springframework - spring-context - 1.2.6 - - - org.springframework - spring-web - 1.2.6 - org.springframework spring-jdbc 1.2.6 - org.springframework spring-support @@ -42,7 +30,6 @@ org.springframework spring-mock - 1.2.6 test @@ -67,6 +54,16 @@ commons-codec 1.3 + + oro + oro + 2.0.8 + + + commons-collections + commons-collections + 3.1 + aspectj aspectjrt @@ -85,5 +82,17 @@ 1.7.3.0 test + + directory + apacheds-core + 0.9.3 + test + + + jmock + jmock + 1.0.1 + test + diff --git a/pom.xml b/pom.xml index 6907e4c605..f8b5987e78 100644 --- a/pom.xml +++ b/pom.xml @@ -249,4 +249,13 @@ + + + + org.springframework + spring-mock + 1.2.6 + + + \ No newline at end of file