Author: tchemit Date: 2010-10-26 14:57:26 +0200 (Tue, 26 Oct 2010) New Revision: 170 Url: http://nuiton.org/repositories/revision/jredmine/170 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:12:28 UTC (rev 169) +++ trunk/pom.xml 2010-10-26 12:57:26 UTC (rev 170) @@ -273,6 +273,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <version>${log4jVersion}</version> <scope>runtime</scope> </dependency> @@ -352,11 +353,11 @@ </exclusions> </dependency> - <dependency> + <!--dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - </dependency> + </dependency--> </dependencies> </dependencyManagement>
participants (1)
-
tchemit@users.nuiton.org