Author: tchemit Date: 2010-10-26 14:58:10 +0200 (Tue, 26 Oct 2010) New Revision: 30 Url: http://nuiton.org/repositories/revision/nuiton-web/30 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:13:58 UTC (rev 29) +++ trunk/pom.xml 2010-10-26 12:58:10 UTC (rev 30) @@ -23,10 +23,10 @@ <dependencyManagement> <dependencies> - <dependency> + <!--dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> @@ -61,11 +61,11 @@ <artifactId>tapestry-upload</artifactId> <version>${tapestryVersion}</version> </dependency--> - <dependency> + <!--dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - </dependency> + </dependency--> </dependencies> </dependencyManagement>