|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
5 |
| - <modelVersion>4.0.0</modelVersion> |
6 |
| - <parent> |
7 |
| - <groupId>com.github.binarywang</groupId> |
8 |
| - <artifactId>wx-java</artifactId> |
9 |
| - <version>3.3.8.B</version> |
10 |
| - </parent> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
| 6 | + <parent> |
| 7 | + <groupId>com.github.binarywang</groupId> |
| 8 | + <artifactId>wx-java</artifactId> |
| 9 | + <version>3.3.9.B</version> |
| 10 | + <relativePath>../../</relativePath> |
| 11 | + </parent> |
11 | 12 |
|
12 |
| - <artifactId>wx-java-mp-starter</artifactId> |
| 13 | + <artifactId>wx-java-mp-starter</artifactId> |
13 | 14 |
|
14 |
| - <properties> |
15 |
| - <spring.boot.version>2.1.4.RELEASE</spring.boot.version> |
16 |
| - </properties> |
| 15 | + <properties> |
| 16 | + <spring.boot.version>2.1.4.RELEASE</spring.boot.version> |
| 17 | + </properties> |
17 | 18 |
|
18 |
| - <dependencies> |
19 |
| - <dependency> |
20 |
| - <groupId>org.springframework.boot</groupId> |
21 |
| - <artifactId>spring-boot-autoconfigure</artifactId> |
22 |
| - <version>${spring.boot.version}</version> |
23 |
| - </dependency> |
24 |
| - <dependency> |
25 |
| - <groupId>org.springframework.boot</groupId> |
26 |
| - <artifactId>spring-boot-configuration-processor</artifactId> |
27 |
| - <version>${spring.boot.version}</version> |
28 |
| - <optional>true</optional> |
29 |
| - </dependency> |
30 |
| - <dependency> |
31 |
| - <groupId>com.github.binarywang</groupId> |
32 |
| - <artifactId>weixin-java-mp</artifactId> |
33 |
| - <version>${project.version}</version> |
34 |
| - </dependency> |
35 |
| - <dependency> |
36 |
| - <groupId>redis.clients</groupId> |
37 |
| - <artifactId>jedis</artifactId> |
38 |
| - </dependency> |
39 |
| - <dependency> |
40 |
| - <groupId>org.projectlombok</groupId> |
41 |
| - <artifactId>lombok</artifactId> |
42 |
| - <scope>provided</scope> |
43 |
| - </dependency> |
44 |
| - </dependencies> |
| 19 | + <dependencies> |
| 20 | + <dependency> |
| 21 | + <groupId>org.springframework.boot</groupId> |
| 22 | + <artifactId>spring-boot-autoconfigure</artifactId> |
| 23 | + <version>${spring.boot.version}</version> |
| 24 | + </dependency> |
| 25 | + <dependency> |
| 26 | + <groupId>org.springframework.boot</groupId> |
| 27 | + <artifactId>spring-boot-configuration-processor</artifactId> |
| 28 | + <version>${spring.boot.version}</version> |
| 29 | + <optional>true</optional> |
| 30 | + </dependency> |
| 31 | + <dependency> |
| 32 | + <groupId>com.github.binarywang</groupId> |
| 33 | + <artifactId>weixin-java-mp</artifactId> |
| 34 | + <version>${project.version}</version> |
| 35 | + </dependency> |
| 36 | + <dependency> |
| 37 | + <groupId>redis.clients</groupId> |
| 38 | + <artifactId>jedis</artifactId> |
| 39 | + </dependency> |
| 40 | + <dependency> |
| 41 | + <groupId>org.projectlombok</groupId> |
| 42 | + <artifactId>lombok</artifactId> |
| 43 | + <scope>provided</scope> |
| 44 | + </dependency> |
| 45 | + </dependencies> |
45 | 46 |
|
46 |
| - <build> |
47 |
| - <plugins> |
48 |
| - <plugin> |
49 |
| - <groupId>org.springframework.boot</groupId> |
50 |
| - <artifactId>spring-boot-maven-plugin</artifactId> |
51 |
| - <version>${spring.boot.version}</version> |
52 |
| - </plugin> |
53 |
| - <plugin> |
54 |
| - <groupId>org.apache.maven.plugins</groupId> |
55 |
| - <artifactId>maven-source-plugin</artifactId> |
56 |
| - <version>2.2.1</version> |
57 |
| - <executions> |
58 |
| - <execution> |
59 |
| - <id>attach-sources</id> |
60 |
| - <goals> |
61 |
| - <goal>jar-no-fork</goal> |
62 |
| - </goals> |
63 |
| - </execution> |
64 |
| - </executions> |
65 |
| - </plugin> |
66 |
| - </plugins> |
67 |
| - </build> |
| 47 | + <build> |
| 48 | + <plugins> |
| 49 | + <plugin> |
| 50 | + <groupId>org.springframework.boot</groupId> |
| 51 | + <artifactId>spring-boot-maven-plugin</artifactId> |
| 52 | + <version>${spring.boot.version}</version> |
| 53 | + </plugin> |
| 54 | + <plugin> |
| 55 | + <groupId>org.apache.maven.plugins</groupId> |
| 56 | + <artifactId>maven-source-plugin</artifactId> |
| 57 | + <version>2.2.1</version> |
| 58 | + <executions> |
| 59 | + <execution> |
| 60 | + <id>attach-sources</id> |
| 61 | + <goals> |
| 62 | + <goal>jar-no-fork</goal> |
| 63 | + </goals> |
| 64 | + </execution> |
| 65 | + </executions> |
| 66 | + </plugin> |
| 67 | + </plugins> |
| 68 | + </build> |
68 | 69 |
|
69 | 70 | </project>
|
0 commit comments