Author: tchemit Date: 2010-10-26 14:57:30 +0200 (Tue, 26 Oct 2010) New Revision: 279 Url: http://nuiton.org/repositories/revision/nuiton-matrix/279 Log: fix build (use inheritance from mavenpom for commons libs) Modified: branches/nuiton-matrix-2.1.x/pom.xml trunk/pom.xml Modified: branches/nuiton-matrix-2.1.x/pom.xml =================================================================== --- branches/nuiton-matrix-2.1.x/pom.xml 2010-10-26 12:12:34 UTC (rev 278) +++ branches/nuiton-matrix-2.1.x/pom.xml 2010-10-26 12:57:30 UTC (rev 279) @@ -73,7 +73,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <scope>test</scope> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-26 12:12:34 UTC (rev 278) +++ trunk/pom.xml 2010-10-26 12:57:30 UTC (rev 279) @@ -73,7 +73,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <scope>test</scope> </dependency>
participants (1)
-
tchemit@users.nuiton.org