HttpMime does not currently use logging directly

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1170142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-09-13 12:33:25 +00:00
parent 74f79c259a
commit 486680b5a0
1 changed files with 2 additions and 0 deletions

View File

@ -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>