Author: craigmcc Date: Sat Jun 10 19:15:31 2006 New Revision: 413398 URL: http://svn.apache.org/viewvc?rev=413398&view=rev Log: Upgrade Spring dependency to 1.2.5 to leverage the fact that this version of the Spring POMs declares its soft dependencies to be optional. Shale actually works with 1.2.2 or later, however.
Modified: struts/shale/branches/mvn_reorg/shale-spring/pom.xml Modified: struts/shale/branches/mvn_reorg/shale-spring/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-spring/pom.xml?rev=413398&r1=413397&r2=413398&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-spring/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-spring/pom.xml Sat Jun 10 19:15:31 2006 @@ -43,25 +43,25 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>1.2.2</version> + <version>1.2.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>1.2.2</version> + <version>1.2.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>1.2.2</version> + <version>1.2.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>1.2.2</version> + <version>1.2.5</version> <exclusions> <exclusion> <groupId>javax.faces</groupId>