You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2011/09/13 14:33:25 UTC

svn commit: r1170142 - /httpcomponents/httpclient/trunk/httpmime/pom.xml

Author: sebb
Date: Tue Sep 13 12:33:25 2011
New Revision: 1170142

URL: http://svn.apache.org/viewvc?rev=1170142&view=rev
Log:
HttpMime does not currently use logging directly

Modified:
    httpcomponents/httpclient/trunk/httpmime/pom.xml

Modified: httpcomponents/httpclient/trunk/httpmime/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpmime/pom.xml?rev=1170142&r1=1170141&r2=1170142&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpmime/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpmime/pom.xml Tue Sep 13 12:33:25 2011
@@ -47,11 +47,13 @@
       <version>${httpcore.version}</version>
       <scope>compile</scope>
     </dependency>
+    <!-- Not currently used
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <scope>compile</scope>
     </dependency>
+    -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>