You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by be...@apache.org on 2010/11/22 14:08:55 UTC

svn commit: r1037701 - /maven/wagon/trunk/wagon-providers/wagon-http-lightweight/pom.xml

Author: bentmann
Date: Mon Nov 22 13:08:55 2010
New Revision: 1037701

URL: http://svn.apache.org/viewvc?rev=1037701&view=rev
Log:
o Excluded commons-logging to restore original dependency hull which got accidently extended by WAGON-60

Modified:
    maven/wagon/trunk/wagon-providers/wagon-http-lightweight/pom.xml

Modified: maven/wagon/trunk/wagon-providers/wagon-http-lightweight/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-http-lightweight/pom.xml?rev=1037701&r1=1037700&r2=1037701&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-http-lightweight/pom.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-http-lightweight/pom.xml Mon Nov 22 13:08:55 2010
@@ -43,6 +43,10 @@ under the License.
           <groupId>commons-httpclient</groupId>
           <artifactId>commons-httpclient</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org