Resolve some compilation problems with m2

This commit is contained in:
Carlos Sanchez 2006-04-25 16:31:48 +00:00
parent 7d250eda78
commit 465f76cb22
1 changed files with 34 additions and 1 deletions

View File

@ -31,7 +31,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<optional>true</optional>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ehcache</groupId>
@ -107,5 +106,39 @@
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<!-- to be removed when spring has poms -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>2.0-m2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-dao</artifactId>
<version>2.0-m2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>2.0-m2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>2.0-m2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.0-m2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>2.0-m2</version>
</dependency>
</dependencies>
</project>