Skip to content

Commit a464289

Browse files
committed
更改版本,去掉一些无用的jar依赖
1 parent 076ae4f commit a464289

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.github.binarywang</groupId>
77
<artifactId>weixin-java-parent</artifactId>
8-
<version>2.2.0</version>
8+
<version>2.3.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>WeiXin Java Tools - Parent</name>
1111
<description>微信公众号、企业号上级POM</description>
@@ -72,11 +72,6 @@
7272
<version>${logback.version}</version>
7373
<scope>test</scope>
7474
</dependency>
75-
<dependency>
76-
<groupId>org.apache.httpcomponents</groupId>
77-
<artifactId>fluent-hc</artifactId>
78-
<version>${httpclient.version}</version>
79-
</dependency>
8075
<dependency>
8176
<groupId>org.apache.httpcomponents</groupId>
8277
<artifactId>httpmime</artifactId>

weixin-java-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.binarywang</groupId>
88
<artifactId>weixin-java-parent</artifactId>
9-
<version>2.2.0</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>weixin-java-common</artifactId>

weixin-java-cp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.binarywang</groupId>
88
<artifactId>weixin-java-parent</artifactId>
9-
<version>2.2.0</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>weixin-java-cp</artifactId>

weixin-java-mp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.binarywang</groupId>
88
<artifactId>weixin-java-parent</artifactId>
9-
<version>2.2.0</version>
9+
<version>2.3.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>weixin-java-mp</artifactId>
1212
<name>WeiXin Java Tools - MP</name>

0 commit comments

Comments
 (0)