maven 规范

This commit is contained in:
Chopper
2021-07-12 16:33:32 +08:00
parent d29d166ce0
commit 86f010b87e
7 changed files with 65 additions and 72 deletions

View File

@@ -8,20 +8,21 @@
<parent>
<groupId>cn.lili</groupId>
<artifactId>lili-shop-parent</artifactId>
<version>4.2.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>cn.lili</groupId>
<artifactId>framework</artifactId>
<version>4.2.0</version>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<version>2.2.0</version>
<version>${xxl-job}</version>
</dependency>
</dependencies>