Author: olamy Date: Thu Nov 24 18:27:51 2011 New Revision: 1205950 URL: http://svn.apache.org/viewvc?rev=1205950&view=rev Log: exclude org.apache.httpcomponents:* as they are shaded in wagon-http-2.1-shaded.jar
Modified: maven/maven-3/trunk/apache-maven/pom.xml Modified: maven/maven-3/trunk/apache-maven/pom.xml URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/pom.xml?rev=1205950&r1=1205949&r2=1205950&view=diff ============================================================================== --- maven/maven-3/trunk/apache-maven/pom.xml (original) +++ maven/maven-3/trunk/apache-maven/pom.xml Thu Nov 24 18:27:51 2011 @@ -65,6 +65,14 @@ <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http-shared4</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </exclusion> </exclusions> </dependency> <dependency>