|
@@ -55,11 +55,12 @@
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
+
|
|
<!-- 引入四维sdk -->
|
|
<!-- 引入四维sdk -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.4dage</groupId>
|
|
<groupId>org.4dage</groupId>
|
|
<artifactId>4dage-back-sdk</artifactId>
|
|
<artifactId>4dage-back-sdk</artifactId>
|
|
- <version>1.0.3.0-RELEASE</version>
|
|
|
|
|
|
+ <version>1.0.3.1-SNAPSHOT</version>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
<groupId>io.lettuce</groupId>
|
|
<groupId>io.lettuce</groupId>
|
|
@@ -99,6 +100,13 @@
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<!-- mybatis-plus逻辑删除依赖-->
|
|
<!-- mybatis-plus逻辑删除依赖-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<groupId>com.baomidou</groupId>
|