Author: tchemit Date: 2009-09-21 12:52:14 +0200 (Mon, 21 Sep 2009) New Revision: 586 Modified: trunk/pom.xml Log: improve test dependencies Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-21 10:19:01 UTC (rev 585) +++ trunk/pom.xml 2009-09-21 10:52:14 UTC (rev 586) @@ -159,6 +159,14 @@ <artifactId>maven-plugin-testing-harness</artifactId> <version>1.2</version> <scope>test</scope> + <exclusions> + + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-archiver</artifactId> + </exclusion> + + </exclusions> </dependency> <dependency>
participants (1)
-
tchemit@users.nuiton.org