Skip to content

Commit 168e168

Browse files
committed
jedis作为非必需依赖项改为provided,同时更改版本号用于发布临时版本
1 parent b8f95cc commit 168e168

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
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-SNAPSHOT</version>
8+
<version>2.1.1</version>
99
<packaging>pom</packaging>
1010
<name>WeiXin Java Tools - Parent</name>
1111
<description>微信公众号、企业号上级POM</description>
@@ -115,6 +115,7 @@
115115
<groupId>redis.clients</groupId>
116116
<artifactId>jedis</artifactId>
117117
<version>${jedis.version}</version>
118+
<scope>provided</scope>
118119
</dependency>
119120
</dependencies>
120121

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-SNAPSHOT</version>
9+
<version>2.1.1</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-SNAPSHOT</version>
9+
<version>2.1.1</version>
1010
</parent>
1111

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

weixin-java-mp/pom.xml

Lines changed: 2 additions & 2 deletions
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-SNAPSHOT</version>
9+
<version>2.1.1</version>
1010
</parent>
1111
<artifactId>weixin-java-mp</artifactId>
1212
<name>WeiXin Java Tools - MP</name>
@@ -47,7 +47,7 @@
4747
<groupId>org.eclipse.jetty</groupId>
4848
<artifactId>jetty-servlet</artifactId>
4949
<scope>test</scope>
50-
</dependency><!-- https://mvnrepository.com/artifact/joda-time/joda-time -->
50+
</dependency>
5151
<dependency>
5252
<groupId>joda-time</groupId>
5353
<artifactId>joda-time</artifactId>

0 commit comments

Comments
 (0)