Author: tchemit Date: 2013-05-08 17:54:29 +0200 (Wed, 08 May 2013) New Revision: 932 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/932 Log: optimize dependencies Modified: trunk/tutti-service/pom.xml trunk/tutti-ui-swing/pom.xml Modified: trunk/tutti-service/pom.xml =================================================================== --- trunk/tutti-service/pom.xml 2013-05-08 15:45:54 UTC (rev 931) +++ trunk/tutti-service/pom.xml 2013-05-08 15:54:29 UTC (rev 932) @@ -125,6 +125,11 @@ <artifactId>xwork-core</artifactId> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </dependency> + <!-- Logging --> <dependency> Modified: trunk/tutti-ui-swing/pom.xml =================================================================== --- trunk/tutti-ui-swing/pom.xml 2013-05-08 15:45:54 UTC (rev 931) +++ trunk/tutti-ui-swing/pom.xml 2013-05-08 15:54:29 UTC (rev 932) @@ -371,6 +371,11 @@ </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency>