Author: tchemit Date: 2013-04-18 08:34:25 +0200 (Thu, 18 Apr 2013) New Revision: 819 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/819 Log: optimize dependencies Modified: trunk/pom.xml trunk/tutti-persistence/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-04-17 17:10:39 UTC (rev 818) +++ trunk/pom.xml 2013-04-18 06:34:25 UTC (rev 819) @@ -309,12 +309,6 @@ </dependency> <dependency> - <groupId>commons-dbcp</groupId> - <artifactId>commons-dbcp</artifactId> - <version>1.3</version> - </dependency> - - <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>${hibernateVersion}</version> Modified: trunk/tutti-persistence/pom.xml =================================================================== --- trunk/tutti-persistence/pom.xml 2013-04-17 17:10:39 UTC (rev 818) +++ trunk/tutti-persistence/pom.xml 2013-04-18 06:34:25 UTC (rev 819) @@ -96,11 +96,6 @@ </dependency> <dependency> - <groupId>commons-dbcp</groupId> - <artifactId>commons-dbcp</artifactId> - </dependency> - - <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-common</artifactId> </dependency>