Author: tchemit Date: 2010-10-26 14:57:29 +0200 (Tue, 26 Oct 2010) New Revision: 353 Url: http://nuiton.org/repositories/revision/processor/353 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:32 UTC (rev 352) +++ trunk/pom.xml 2010-10-26 12:57:29 UTC (rev 353) @@ -50,10 +50,10 @@ <dependencyManagement> <dependencies> - <dependency> + <!--dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.nuiton</groupId> @@ -218,11 +218,11 @@ </exclusions> </dependency> - <dependency> + <!--dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - </dependency> + </dependency--> <dependency> <groupId>org.apache.maven</groupId> @@ -238,10 +238,10 @@ <scope>provided</scope> </dependency> - <dependency> + <!--dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - </dependency> + </dependency--> </dependencies> </dependencyManagement>
participants (1)
-
tchemit@users.nuiton.org