Author: tchemit Date: 2010-10-26 14:58:29 +0200 (Tue, 26 Oct 2010) New Revision: 1784 Url: http://nuiton.org/repositories/revision/i18n/1784 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:27 UTC (rev 1783) +++ trunk/pom.xml 2010-10-26 12:58:29 UTC (rev 1784) @@ -49,7 +49,7 @@ <dependencyManagement> <dependencies> - <dependency> + <!--dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> @@ -62,7 +62,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.nuiton.processor</groupId> @@ -157,11 +157,11 @@ <!-- tests dependencies --> - <dependency> + <!--dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - </dependency> + </dependency--> <!-- provided dependencies --> <dependency> @@ -193,10 +193,10 @@ <scope>compile</scope> </dependency> - <dependency> + <!--dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.apache.ant</groupId>