|
|
@@ -5,7 +5,7 @@ |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>com.github.binarywang</groupId> |
|
|
|
<artifactId>weixin-java-parent</artifactId> |
|
|
|
<version>2.2.0</version> |
|
|
|
<version>2.3.0-SNAPSHOT</version> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<name>WeiXin Java Tools - Parent</name> |
|
|
|
<description>微信公众号、企业号上级POM</description> |
|
|
@@ -72,11 +72,6 @@ |
|
|
|
<version>${logback.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
<artifactId>fluent-hc</artifactId> |
|
|
|
<version>${httpclient.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
<artifactId>httpmime</artifactId> |
|
|
|