Quellcode durchsuchen

让httpclient支持slf4j日志输出

master
Binary Wang vor 7 Jahren
Ursprung
Commit
fd4b8e1541
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. +12
    -0
      weixin-java-common/pom.xml

+ 12
- 0
weixin-java-common/pom.xml Datei anzeigen

@@ -37,11 +37,23 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.24</version>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>


Laden…
Abbrechen
Speichern