Parcourir la source

快速开发框架升级至1.0.1

wangliang il y a 3 ans
Parent
commit
0a94c6958f
2 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 5 0
      pom.xml
  2. 4 0
      teachcloud-common/pom.xml

+ 5 - 0
pom.xml

@@ -109,6 +109,11 @@
                 <artifactId>core-concurrent</artifactId>
                 <artifactId>core-concurrent</artifactId>
                 <version>${qmth.boot.version}</version>
                 <version>${qmth.boot.version}</version>
             </dependency>
             </dependency>
+            <dependency>
+                <groupId>com.qmth.boot</groupId>
+                <artifactId>core-fss</artifactId>
+                <version>${qmth.boot.version}</version>
+            </dependency>
             <dependency>
             <dependency>
                 <groupId>com.qmth.boot</groupId>
                 <groupId>com.qmth.boot</groupId>
                 <artifactId>data-redis</artifactId>
                 <artifactId>data-redis</artifactId>

+ 4 - 0
teachcloud-common/pom.xml

@@ -26,6 +26,10 @@
             <groupId>com.qmth.boot</groupId>
             <groupId>com.qmth.boot</groupId>
             <artifactId>data-redis</artifactId>
             <artifactId>data-redis</artifactId>
         </dependency>
         </dependency>
+        <dependency>
+            <groupId>com.qmth.boot</groupId>
+            <artifactId>core-fss</artifactId>
+        </dependency>
         <dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>
             <artifactId>netty-all</artifactId>