jedis作为非必需依赖项改为provided,同时更改版本号用于发布临时版本

This commit is contained in:
BinaryWang
2016-09-07 20:25:11 +08:00
parent b8f95cc4e6
commit 168e168d65
4 changed files with 6 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>weixin-java-mp</artifactId>
<name>WeiXin Java Tools - MP</name>
@@ -47,7 +47,7 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<scope>test</scope>
</dependency><!-- https://mvnrepository.com/artifact/joda-time/joda-time -->
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>