|
@@ -4,7 +4,7 @@
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
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>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>com.persagy</groupId>
|
|
|
|
|
|
+ <groupId>com.yushu</groupId>
|
|
<artifactId>iot-dependencies</artifactId>
|
|
<artifactId>iot-dependencies</artifactId>
|
|
<version>${revision}</version>
|
|
<version>${revision}</version>
|
|
<packaging>pom</packaging>
|
|
<packaging>pom</packaging>
|
|
@@ -50,6 +50,16 @@
|
|
<screw.version>1.0.5</screw.version>
|
|
<screw.version>1.0.5</screw.version>
|
|
<guava.version>30.1.1-jre</guava.version>
|
|
<guava.version>30.1.1-jre</guava.version>
|
|
<commons-io.version>2.6</commons-io.version>
|
|
<commons-io.version>2.6</commons-io.version>
|
|
|
|
+ <!-- Maven Plugin Versions -->
|
|
|
|
+ <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
|
|
|
|
+ <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
|
|
|
|
+ <maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
|
|
|
|
+ <maven-source-plugin.version>2.2.1</maven-source-plugin.version>
|
|
|
|
+ <maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
|
|
|
|
+ <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
|
|
|
|
+ <flatten-maven-plugin.version>1.1.0</flatten-maven-plugin.version>
|
|
|
|
+ <gmavenplus-plugin.version>1.6</gmavenplus-plugin.version>
|
|
|
|
+ <jacoco.version>0.8.3</jacoco.version>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
@@ -89,18 +99,18 @@
|
|
</dependency>
|
|
</dependency>
|
|
<!-- 测试 相关 -->
|
|
<!-- 测试 相关 -->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.persagy</groupId>
|
|
|
|
|
|
+ <groupId>com.yushu</groupId>
|
|
<artifactId>iot-spring-boot-starter-test</artifactId>
|
|
<artifactId>iot-spring-boot-starter-test</artifactId>
|
|
<version>${revision}</version>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.persagy</groupId>
|
|
|
|
|
|
+ <groupId>com.yushu</groupId>
|
|
<artifactId>iot-spring-boot-starter-redis</artifactId>
|
|
<artifactId>iot-spring-boot-starter-redis</artifactId>
|
|
<version>${revision}</version>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<!-- Web 相关 -->
|
|
<!-- Web 相关 -->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.persagy</groupId>
|
|
|
|
|
|
+ <groupId>com.yushu</groupId>
|
|
<artifactId>iot-spring-boot-starter-web</artifactId>
|
|
<artifactId>iot-spring-boot-starter-web</artifactId>
|
|
<version>${revision}</version>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
</dependency>
|
|
@@ -131,7 +141,7 @@
|
|
</dependency>
|
|
</dependency>
|
|
<!-- DB 相关 -->
|
|
<!-- DB 相关 -->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.persagy</groupId>
|
|
|
|
|
|
+ <groupId>com.yushu</groupId>
|
|
<artifactId>iot-spring-boot-starter-mybatis</artifactId>
|
|
<artifactId>iot-spring-boot-starter-mybatis</artifactId>
|
|
<version>${revision}</version>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
</dependency>
|
|
@@ -244,13 +254,13 @@
|
|
|
|
|
|
<!-- 工具类相关 -->
|
|
<!-- 工具类相关 -->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.persagy</groupId>
|
|
|
|
|
|
+ <groupId>com.yushu</groupId>
|
|
<artifactId>iot-common</artifactId>
|
|
<artifactId>iot-common</artifactId>
|
|
<version>${revision}</version>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.persagy</groupId>
|
|
|
|
|
|
+ <groupId>com.yushu</groupId>
|
|
<artifactId>iot-spring-boot-starter-excel</artifactId>
|
|
<artifactId>iot-spring-boot-starter-excel</artifactId>
|
|
<version>${revision}</version>
|
|
<version>${revision}</version>
|
|
</dependency>
|
|
</dependency>
|