Author: tchemit Date: 2010-10-26 14:58:09 +0200 (Tue, 26 Oct 2010) New Revision: 451 Url: http://nuiton.org/repositories/revision/wikitty/451 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:14:17 UTC (rev 450) +++ trunk/pom.xml 2010-10-26 12:58:09 UTC (rev 451) @@ -33,7 +33,7 @@ <dependencyManagement> <dependencies> - <dependency> + <!--dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> @@ -66,7 +66,7 @@ <artifactId>commons-collections</artifactId> <version>3.2.1</version> <scope>compile</scope> - </dependency> + </dependency--> <dependency> <groupId>commons-dbcp</groupId> @@ -75,12 +75,12 @@ <scope>compile</scope> </dependency> - <dependency> + <!--dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.8.3</version> <scope>compile</scope> - </dependency> + </dependency--> <dependency> <groupId>org.nuiton.eugene</groupId>
participants (1)
-
tchemit@users.nuiton.org