Kaynağa Gözat

让httpclient支持slf4j日志输出

master
Binary Wang 7 yıl önce
committed by Binary Wang
ebeveyn
işleme
5612dd58eb
1 değiştirilmiş dosya ile 12 ekleme ve 0 silme
  1. +12
    -0
      weixin-java-common/pom.xml

+ 12
- 0
weixin-java-common/pom.xml Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet