|
|
|
@ -36,6 +36,7 @@
|
|
|
|
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
|
|
|
|
<hibernate-validator.version>6.1.5.Final</hibernate-validator.version>
|
|
|
|
|
<transmittable-thread-local.version>2.12.1</transmittable-thread-local.version>
|
|
|
|
|
<forest.version>1.5.11</forest.version>
|
|
|
|
|
|
|
|
|
|
<dingtalk-sdk.version>1.0.1</dingtalk-sdk.version>
|
|
|
|
|
|
|
|
|
@ -124,6 +125,12 @@
|
|
|
|
|
<version>${revision}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.dynamic-threadpool</groupId>
|
|
|
|
|
<artifactId>open-change-tool</artifactId>
|
|
|
|
|
<version>${revision}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
@ -159,6 +166,12 @@
|
|
|
|
|
<artifactId>hibernate-validator</artifactId>
|
|
|
|
|
<version>${hibernate-validator.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.dtflys.forest</groupId>
|
|
|
|
|
<artifactId>forest-spring-boot-starter</artifactId>
|
|
|
|
|
<version>${forest.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
@ -266,6 +279,11 @@
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|