-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #391 from Wechat-Group/develop
合并 Develop
- Loading branch information
Showing
365 changed files
with
5,018 additions
and
12,569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.github.binarywang</groupId> | ||
<artifactId>weixin-java-parent</artifactId> | ||
<version>2.8.0</version> | ||
<version>2.9.0</version> | ||
<packaging>pom</packaging> | ||
<name>WeiXin Java Tools - Parent</name> | ||
<description>微信公众号、企业号上级POM</description> | ||
|
@@ -80,6 +80,11 @@ | |
<email>[email protected]</email> | ||
<url>https://github.com/crskyp</url> | ||
</developer> | ||
<developer> | ||
<name>007</name> | ||
<email>[email protected]</email> | ||
<url>https://github.com/007gzs</url> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
|
@@ -94,6 +99,7 @@ | |
<module>weixin-java-mp</module> | ||
<module>weixin-java-pay</module> | ||
<module>weixin-java-miniapp</module> | ||
<module>weixin-java-open</module> | ||
<!--module>weixin-java-osgi</module--> | ||
</modules> | ||
|
||
|
@@ -225,6 +231,12 @@ | |
<version>2.9.0</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.projectlombok</groupId> | ||
<artifactId>lombok</artifactId> | ||
<version>1.16.18</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.