Author: tchemit Date: 2012-11-22 18:34:53 +0100 (Thu, 22 Nov 2012) New Revision: 12 Url: http://forge.codelutin.com/repositories/revision/tutti/12 Log: fix dependencies Modified: trunk/tutti-service/pom.xml Modified: trunk/tutti-service/pom.xml =================================================================== --- trunk/tutti-service/pom.xml 2012-11-22 17:30:31 UTC (rev 11) +++ trunk/tutti-service/pom.xml 2012-11-22 17:34:53 UTC (rev 12) @@ -50,20 +50,10 @@ </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> - - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> - <dependency> - <groupId>org.swinglabs.swingx</groupId> - <artifactId>swingx-common</artifactId> - </dependency> - <!-- Logging --> <dependency>