Author: tchemit Date: 2010-10-26 14:58:50 +0200 (Tue, 26 Oct 2010) New Revision: 1867 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1867 Log: fix build (use inheritance from mavenpom for commons libs) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-25 06:47:26 UTC (rev 1866) +++ trunk/pom.xml 2010-10-26 12:58:50 UTC (rev 1867) @@ -130,13 +130,11 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.5</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.1</version> </dependency> <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas --> @@ -191,7 +189,6 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> <scope>runtime</scope> </dependency> @@ -295,8 +292,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.1</version> - <scope>test</scope> </dependency> </dependencies>