Przeglądaj źródła

让httpclient支持slf4j日志输出

master
Binary Wang 7 lat temu
rodzic
commit
fd4b8e1541
1 zmienionych plików z 12 dodań i 0 usunięć
  1. +12
    -0
      weixin-java-common/pom.xml

+ 12
- 0
weixin-java-common/pom.xml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz