From 85b4adf400b6fbcd3639b771393132e52ef1d80c Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期四, 29 十二月 2022 18:06:07 +0800
Subject: [PATCH] update 优化 将环境配置放到pom文件上方 便于查看使用

---
 ruoyi-job/pom.xml |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/ruoyi-job/pom.xml b/ruoyi-job/pom.xml
index d3c76d9..4162183 100644
--- a/ruoyi-job/pom.xml
+++ b/ruoyi-job/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>ruoyi-vue-plus</artifactId>
         <groupId>com.ruoyi</groupId>
-        <version>3.3.0</version>
+        <version>4.4.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>jar</packaging>
@@ -29,11 +29,7 @@
             <artifactId>xxl-job-core</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>com.yomahub</groupId>
-            <artifactId>tlog-xxl-job</artifactId>
-        </dependency>
-
     </dependencies>
 
 </project>
+

--
Gitblit v1.9.3