Explorar el Código

去除定时任务模块

dos hace 1 semana
padre
commit
9daa933f41
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      game-admin/pom.xml
  2. 2 2
      pom.xml

+ 2 - 2
game-admin/pom.xml

@@ -61,10 +61,10 @@
         </dependency>
         </dependency>
 
 
         <!-- 定时任务-->
         <!-- 定时任务-->
-        <dependency>
+        <!--<dependency>
             <groupId>com.game</groupId>
             <groupId>com.game</groupId>
             <artifactId>game-quartz</artifactId>
             <artifactId>game-quartz</artifactId>
-        </dependency>
+        </dependency>-->
 
 
         <!-- 代码生成-->
         <!-- 代码生成-->
         <dependency>
         <dependency>

+ 2 - 2
pom.xml

@@ -176,11 +176,11 @@
             </dependency>
             </dependency>
 
 
             <!-- 定时任务-->
             <!-- 定时任务-->
-            <dependency>
+            <!--<dependency>
                 <groupId>com.game</groupId>
                 <groupId>com.game</groupId>
                 <artifactId>game-quartz</artifactId>
                 <artifactId>game-quartz</artifactId>
                 <version>${ruoyi.version}</version>
                 <version>${ruoyi.version}</version>
-            </dependency>
+            </dependency>-->
 
 
             <!-- 代码生成-->
             <!-- 代码生成-->
             <dependency>
             <dependency>