Author: tchemit Date: 2010-10-26 14:58:49 +0200 (Tue, 26 Oct 2010) New Revision: 2131 Url: http://nuiton.org/repositories/revision/topia/2131 Log: fix build (use inheritance from mavenpom for commons libs) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-26 12:07:00 UTC (rev 2130) +++ trunk/pom.xml 2010-10-26 12:58:49 UTC (rev 2131) @@ -60,6 +60,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <version>${log4jVersion}</version> <scope>test</scope> </dependency> @@ -78,7 +79,7 @@ </dependency> - <dependency> + <!--dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> @@ -86,7 +87,7 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.hibernate</groupId> @@ -125,11 +126,11 @@ <scope>test</scope> </dependency> - <dependency> + <!--dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - </dependency> + </dependency--> <!-- All theses dependancies are no more used Keep them for topia-soa and topia-service-XXX
participants (1)
-
tchemit@users.nuiton.org