Author: tchemit Date: 2010-10-26 14:58:11 +0200 (Tue, 26 Oct 2010) New Revision: 2117 Url: http://nuiton.org/repositories/revision/jaxx/2117 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:30 UTC (rev 2116) +++ trunk/pom.xml 2010-10-26 12:58:11 UTC (rev 2117) @@ -224,7 +224,7 @@ <!-- common dependencies --> - <dependency> + <!--dependency> <groupId>commons-jxpath</groupId> <artifactId>commons-jxpath</artifactId> </dependency> @@ -242,7 +242,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - </dependency> + </dependency--> <!-- sun dependencies --> @@ -318,10 +318,10 @@ <version>1.1</version> </dependency--> - <dependency> + <!--dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -343,11 +343,11 @@ </exclusions> </dependency> - <dependency> + <!--dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - </dependency> + </dependency--> <dependency> <groupId>org.apache.maven.shared</groupId>
participants (1)
-
tchemit@users.nuiton.org