Author: tchemit Date: 2010-10-26 14:58:30 +0200 (Tue, 26 Oct 2010) New Revision: 107 Url: http://nuiton.org/repositories/revision/scmwebeditor/107 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:15:32 UTC (rev 106) +++ trunk/pom.xml 2010-10-26 12:58:30 UTC (rev 107) @@ -21,14 +21,12 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.8.1</version> - <scope>test</scope> + <!--<scope>test</scope>--> </dependency> <dependency> @@ -41,8 +39,6 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>1.4</version> - <scope>compile</scope> </dependency> <dependency>
participants (1)
-
tchemit@users.nuiton.org