🎨 修改pom
This commit is contained in:
parent
aad3dc0970
commit
3302c77569
@ -5,7 +5,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>msg-center</artifactId>
|
<artifactId>msg-center</artifactId>
|
||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -14,6 +15,8 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
|
<maven.deploy.skip>true</maven.deploy.skip>
|
||||||
|
<maven.install.skip>true</maven.install.skip>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>msg-center</artifactId>
|
<artifactId>msg-center</artifactId>
|
||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -14,6 +15,8 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
|
<maven.deploy.skip>true</maven.deploy.skip>
|
||||||
|
<maven.install.skip>true</maven.install.skip>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>msg-center</artifactId>
|
<artifactId>msg-center</artifactId>
|
||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>msg-center</artifactId>
|
<artifactId>msg-center</artifactId>
|
||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>msg-center</artifactId>
|
<artifactId>msg-center</artifactId>
|
||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -14,6 +15,8 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
|
<maven.deploy.skip>true</maven.deploy.skip>
|
||||||
|
<maven.install.skip>true</maven.install.skip>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|||||||
9
pom.xml
9
pom.xml
@ -13,7 +13,7 @@
|
|||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<artifactId>msg-center</artifactId>
|
<artifactId>msg-center</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${revision}</version>
|
||||||
<modules>
|
<modules>
|
||||||
<module>message-notices</module>
|
<module>message-notices</module>
|
||||||
<module>wx-notices</module>
|
<module>wx-notices</module>
|
||||||
@ -31,6 +31,7 @@
|
|||||||
<axzo-bom.version>2.0.0-SNAPSHOT</axzo-bom.version>
|
<axzo-bom.version>2.0.0-SNAPSHOT</axzo-bom.version>
|
||||||
<axzo-dependencies.version>2.0.0-SNAPSHOT</axzo-dependencies.version>
|
<axzo-dependencies.version>2.0.0-SNAPSHOT</axzo-dependencies.version>
|
||||||
<lombok.version>1.18.22</lombok.version>
|
<lombok.version>1.18.22</lombok.version>
|
||||||
|
<binarywang.weixin-java.version>4.5.0</binarywang.weixin-java.version>
|
||||||
<mapstruct.version>1.4.2.Final</mapstruct.version>
|
<mapstruct.version>1.4.2.Final</mapstruct.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@ -51,7 +52,11 @@
|
|||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.binarywang</groupId>
|
||||||
|
<artifactId>weixin-java-cp</artifactId>
|
||||||
|
<version>${binarywang.weixin-java.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>msg-center</artifactId>
|
<artifactId>msg-center</artifactId>
|
||||||
<groupId>cn.axzo.msgcenter</groupId>
|
<groupId>cn.axzo.msgcenter</groupId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${revision}</version>
|
||||||
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -14,7 +15,20 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
|
<maven.deploy.skip>true</maven.deploy.skip>
|
||||||
|
<maven.install.skip>true</maven.install.skip>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
|
<artifactId>okhttp</artifactId>
|
||||||
|
<version>4.10.0</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.binarywang</groupId>
|
||||||
|
<artifactId>weixin-java-cp</artifactId>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
Loading…
Reference in New Issue
Block a user