Author: tchemit Date: 2012-06-15 17:24:21 +0200 (Fri, 15 Jun 2012) New Revision: 2585 Url: http://nuiton.org/repositories/revision/topia/2585 Log: optimize dependencies Modified: branches/topia-2.6.x/topia-persistence/pom.xml branches/topia-2.6.x/topia-service-security/pom.xml Modified: branches/topia-2.6.x/topia-persistence/pom.xml =================================================================== --- branches/topia-2.6.x/topia-persistence/pom.xml 2012-06-13 10:39:00 UTC (rev 2584) +++ branches/topia-2.6.x/topia-persistence/pom.xml 2012-06-15 15:24:21 UTC (rev 2585) @@ -74,6 +74,11 @@ </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> Modified: branches/topia-2.6.x/topia-service-security/pom.xml =================================================================== --- branches/topia-2.6.x/topia-service-security/pom.xml 2012-06-13 10:39:00 UTC (rev 2584) +++ branches/topia-2.6.x/topia-service-security/pom.xml 2012-06-15 15:24:21 UTC (rev 2585) @@ -83,6 +83,11 @@ </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + + <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency>