Author: tchemit Date: 2012-11-25 12:05:03 +0100 (Sun, 25 Nov 2012) New Revision: 2690 Url: http://nuiton.org/repositories/revision/topia/2690 Log: optimize dependencies Modified: branches/topia-2.6.x/pom.xml branches/topia-2.6.x/topia-persistence/pom.xml Modified: branches/topia-2.6.x/pom.xml =================================================================== --- branches/topia-2.6.x/pom.xml 2012-11-25 10:01:19 UTC (rev 2689) +++ branches/topia-2.6.x/pom.xml 2012-11-25 11:05:03 UTC (rev 2690) @@ -67,6 +67,7 @@ <hibernateVersion>3.6.10.Final</hibernateVersion> <sl4jVersion>1.6.6</sl4jVersion> <h2Version>1.3.168</h2Version> + <hamcrestVersion>1.3</hamcrestVersion> <!-- i18n configuration --> <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> @@ -170,6 +171,13 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-core</artifactId> + <version>${hamcrestVersion}</version> + <scope>test</scope> + </dependency> + </dependencies> </dependencyManagement> Modified: branches/topia-2.6.x/topia-persistence/pom.xml =================================================================== --- branches/topia-2.6.x/topia-persistence/pom.xml 2012-11-25 10:01:19 UTC (rev 2689) +++ branches/topia-2.6.x/topia-persistence/pom.xml 2012-11-25 11:05:03 UTC (rev 2690) @@ -134,6 +134,11 @@ </dependency> <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-core</artifactId> + </dependency> + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>test</scope>