|
|
@@ -2,34 +2,19 @@ |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<parent> |
|
|
|
<groupId>com.github.binarywang</groupId> |
|
|
|
<artifactId>wx-java</artifactId> |
|
|
|
<version>3.5.2.B</version> |
|
|
|
<relativePath>../../</relativePath> |
|
|
|
</parent> |
|
|
|
<parent> |
|
|
|
<artifactId>wx-java-spring-boot-starters</artifactId> |
|
|
|
<groupId>com.github.binarywang</groupId> |
|
|
|
<version>3.5.6.B</version> |
|
|
|
</parent> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
<artifactId>wx-java-open-spring-boot-starter</artifactId> |
|
|
|
<name>WxJava - Spring Boot Starter for OEPN</name> |
|
|
|
<name>WxJava - Spring Boot Starter for WxOpen</name> |
|
|
|
<description>微信开放平台开发的 Spring Boot Starter</description> |
|
|
|
|
|
|
|
<properties> |
|
|
|
<spring.boot.version>2.1.4.RELEASE</spring.boot.version> |
|
|
|
</properties> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-autoconfigure</artifactId> |
|
|
|
<version>${spring.boot.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId> |
|
|
|
<version>${spring.boot.version}</version> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.github.binarywang</groupId> |
|
|
|
<artifactId>weixin-java-open</artifactId> |
|
|
@@ -40,11 +25,6 @@ |
|
|
|
<artifactId>jedis</artifactId> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<build> |
|
|
|