r2908 - in trunk: topia-it topia-junit topia-service-replication topia-templates
Author: sbavencoff Date: 2013-12-03 17:47:40 +0100 (Tue, 03 Dec 2013) New Revision: 2908 Url: http://nuiton.org/projects/topia/repository/revisions/2908 Log: fix : Update dependencies Modified: trunk/topia-it/pom.xml trunk/topia-junit/pom.xml trunk/topia-service-replication/pom.xml trunk/topia-templates/pom.xml Modified: trunk/topia-it/pom.xml =================================================================== --- trunk/topia-it/pom.xml 2013-12-03 09:46:26 UTC (rev 2907) +++ trunk/topia-it/pom.xml 2013-12-03 16:47:40 UTC (rev 2908) @@ -59,6 +59,41 @@ <artifactId>slf4j-log4j12</artifactId> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + </dependency> + + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> + + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + </dependency> + + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <!-- BD H2 for testing --> <dependency> <groupId>com.h2database</groupId> Modified: trunk/topia-junit/pom.xml =================================================================== --- trunk/topia-junit/pom.xml 2013-12-03 09:46:26 UTC (rev 2907) +++ trunk/topia-junit/pom.xml 2013-12-03 16:47:40 UTC (rev 2908) @@ -54,11 +54,6 @@ </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> Modified: trunk/topia-service-replication/pom.xml =================================================================== --- trunk/topia-service-replication/pom.xml 2013-12-03 09:46:26 UTC (rev 2907) +++ trunk/topia-service-replication/pom.xml 2013-12-03 16:47:40 UTC (rev 2908) @@ -63,6 +63,11 @@ </dependency> <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + + <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> Modified: trunk/topia-templates/pom.xml =================================================================== --- trunk/topia-templates/pom.xml 2013-12-03 09:46:26 UTC (rev 2907) +++ trunk/topia-templates/pom.xml 2013-12-03 16:47:40 UTC (rev 2908) @@ -59,6 +59,11 @@ </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + </dependency> + + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> @@ -69,21 +74,11 @@ </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> - - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </dependency> - - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency>
participants (1)
-
sbavencoffļ¼ users.nuiton.org