Author: tchemit Date: 2009-09-21 12:46:47 +0200 (Mon, 21 Sep 2009) New Revision: 1646 Modified: trunk/pom.xml Log: improve test dependencies Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-21 10:44:43 UTC (rev 1645) +++ trunk/pom.xml 2009-09-21 10:46:47 UTC (rev 1646) @@ -117,6 +117,19 @@ <version>${helper.version}</version> <scope>test</scope> <classifier>tests</classifier> + <exclusions> + + <exclusion> + <groupId>org.apache.maven.shared</groupId> + <artifactId>maven-dependency-tree</artifactId> + </exclusion> + + <exclusion> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + </exclusion> + + </exclusions> </dependency> <dependency> @@ -124,6 +137,38 @@ <artifactId>maven-plugin-testing-harness</artifactId> <version>1.2</version> <scope>test</scope> + <exclusions> + + <exclusion> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-api</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.maven</groupId> + <artifactId>maven-monitor</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-file</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-http-lightweight</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh</artifactId> + </exclusion> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-archiver</artifactId> + </exclusion> + <exclusion> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + </exclusion> + + </exclusions> </dependency> <dependency>