Author: echatellier Date: 2013-01-28 16:56:22 +0100 (Mon, 28 Jan 2013) New Revision: 60 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/60 Log: Update spring to 3.2.1 Modified: trunk/cantharella.service/pom.xml trunk/pom.xml Modified: trunk/cantharella.service/pom.xml =================================================================== --- trunk/cantharella.service/pom.xml 2013-01-24 16:53:20 UTC (rev 59) +++ trunk/cantharella.service/pom.xml 2013-01-28 15:56:22 UTC (rev 60) @@ -118,6 +118,11 @@ <artifactId>spring-tx</artifactId> </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-01-24 16:53:20 UTC (rev 59) +++ trunk/pom.xml 2013-01-28 15:56:22 UTC (rev 60) @@ -126,7 +126,7 @@ <version.aspectj>1.6.8</version.aspectj> <version.opencsv>2.3</version.opencsv> <version.javassist>3.8.0.GA</version.javassist> - <version.spring>3.2.0.RELEASE</version.spring> + <version.spring>3.2.1.RELEASE</version.spring> <version.mail>1.4.5</version.mail> <version.cglib>2.2.2</version.cglib> @@ -267,6 +267,11 @@ </dependency> <dependency> <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + <version>${version.spring}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>${version.spring}</version> </dependency>
participants (1)
-
echatellier@users.forge.codelutin.com