From 465f76cb22e03c075ec86a5bc931676f3f00b219 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Tue, 25 Apr 2006 16:31:48 +0000 Subject: [PATCH] Resolve some compilation problems with m2 --- core/pom.xml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 108f3f9816..5ec08e1a83 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -31,7 +31,6 @@ org.springframework spring-mock true - test ehcache @@ -107,5 +106,39 @@ 1.0.1 test + + + + org.springframework + spring-core + 2.0-m2 + + + org.springframework + spring-dao + 2.0-m2 + + + org.springframework + spring-aop + 2.0-m2 + + + org.springframework + spring-beans + 2.0-m2 + + + org.springframework + spring-context + 2.0-m2 + + + org.springframework + spring-web + 2.0-m2 + + +