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:
parent
74f79c259a
commit
486680b5a0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue