Author: sisbell Date: Wed Oct 1 18:48:18 2008 New Revision: 700983 URL: http://svn.apache.org/viewvc?rev=700983&view=rev Log: Fix: MNG-3686 - includes httpclient jar in distribution.
Modified: maven/components/trunk/maven-distribution/pom.xml Modified: maven/components/trunk/maven-distribution/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-distribution/pom.xml?rev=700983&r1=700982&r2=700983&view=diff ============================================================================== --- maven/components/trunk/maven-distribution/pom.xml (original) +++ maven/components/trunk/maven-distribution/pom.xml Wed Oct 1 18:48:18 2008 @@ -69,10 +69,11 @@ <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-file</artifactId> </dependency> - <!-- Needed for compat and cache-control aspects. --> + <!--Wagon--> <dependency> - <groupId>aspectj</groupId> - <artifactId>aspectjrt</artifactId> + <groupId>commons-httpclient</groupId> + <artifactId>commons-httpclient</artifactId> + <version>3.1</version> </dependency> <dependency> <groupId>easymock</groupId>