瀏覽代碼

让httpclient支持slf4j日志输出

master
Binary Wang 7 年之前
父節點
當前提交
fd4b8e1541
共有 1 個檔案被更改,包括 12 行新增0 行删除
  1. +12
    -0
      weixin-java-common/pom.xml

+ 12
- 0
weixin-java-common/pom.xml 查看文件

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


Loading…
取消
儲存