Merge branch 'master' into develop

This commit is contained in:
Binary Wang 2018-12-23 17:27:08 +08:00
commit d46a1b4a5c
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
---------------------------------
### SDK使用方式
注意:最新版本(包括测试版)为 [![Maven Central](https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg)](http://mvnrepository.com/artifact/com.github.binarywang/weixin-java-parent),以下为最新正式版。
注意:最新版本(包括测试版)为 [![Maven Central](https://img.shields.io/maven-central/v/com.github.binarywang/wx-java.svg)](http://mvnrepository.com/artifact/com.github.binarywang/wx-java),以下为最新正式版。
```xml
<dependency>

View File

@ -117,7 +117,7 @@
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.0.0</version>
<version>2.1.1</version>
</dependency>
</dependencies>