1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Align Spring JAR dependencies with Spring 1.2RC1.

This commit is contained in:
Ben Alex
2005-04-06 06:38:55 +00:00
parent 9b90df1812
commit 943fc70eca
2 changed files with 6 additions and 72 deletions
+3 -63
View File
@@ -247,68 +247,8 @@
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-core</artifactId>
<version>1.1.5</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-dao</artifactId>
<version>1.1.5</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>1.1.5</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-context</artifactId>
<version>1.1.5</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>1.1.5</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-web</artifactId>
<version>1.1.5</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>1.1.5</version>
<artifactId>spring</artifactId>
<version>1.2-rc1</version>
<type>jar</type>
<url>http://www.springframework.org</url>
<properties>
@@ -318,7 +258,7 @@
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-mock</artifactId>
<version>1.1.5</version>
<version>1.2-rc1</version>
<type>jar</type>
<url>http://www.springframework.org</url>
</dependency>