|
@@ -25,6 +25,10 @@
|
|
|
<groupId>com.qmth.boot</groupId>
|
|
|
<artifactId>data-mybatis-plus</artifactId>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.qmth.boot</groupId>
|
|
|
+ <artifactId>core-cache</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.qmth.boot</groupId>
|
|
|
<artifactId>core-schedule</artifactId>
|
|
@@ -33,7 +37,6 @@
|
|
|
<groupId>com.qmth.boot</groupId>
|
|
|
<artifactId>core-fss</artifactId>
|
|
|
</dependency>
|
|
|
- <!--
|
|
|
<dependency>
|
|
|
<groupId>com.qmth.boot</groupId>
|
|
|
<artifactId>core-concurrent</artifactId>
|
|
@@ -42,7 +45,6 @@
|
|
|
<groupId>com.qmth.boot</groupId>
|
|
|
<artifactId>core-uid</artifactId>
|
|
|
</dependency>
|
|
|
- -->
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|