Author: tchemit Date: 2010-10-26 14:57:27 +0200 (Tue, 26 Oct 2010) New Revision: 981 Url: http://nuiton.org/repositories/revision/eugene/981 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:15:29 UTC (rev 980) +++ trunk/pom.xml 2010-10-26 12:57:27 UTC (rev 981) @@ -70,10 +70,10 @@ <scope>runtime</scope> </dependency> - <dependency> + <!--dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.apache.ant</groupId> @@ -229,15 +229,16 @@ <version>1.5.15</version> </dependency> - <dependency> + <!--dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - </dependency> + </dependency--> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <version>${log4jVersion}</version> <scope>test</scope> </dependency>