Author: tchemit Date: 2014-02-04 09:21:15 +0100 (Tue, 04 Feb 2014) New Revision: 3000 Url: http://nuiton.org/projects/topia/repository/revisions/3000 Log: optimize dependencies Modified: trunk/topia-persistence/pom.xml trunk/topia-service-replication/pom.xml Modified: trunk/topia-persistence/pom.xml =================================================================== --- trunk/topia-persistence/pom.xml 2014-02-04 07:55:31 UTC (rev 2999) +++ trunk/topia-persistence/pom.xml 2014-02-04 08:21:15 UTC (rev 3000) @@ -58,7 +58,13 @@ <artifactId>guava</artifactId> </dependency> + <!-- FIXME tchemit 2014-02-04 Remove this soon --> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> Modified: trunk/topia-service-replication/pom.xml =================================================================== --- trunk/topia-service-replication/pom.xml 2014-02-04 07:55:31 UTC (rev 2999) +++ trunk/topia-service-replication/pom.xml 2014-02-04 08:21:15 UTC (rev 3000) @@ -68,8 +68,8 @@ </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> </dependency> <dependency>