From c60130e53445f391bd624d436685a39f589f19a1 Mon Sep 17 00:00:00 2001 From: sxq <812980466@qq.com> Date: 星期三, 20 十月 2021 11:43:41 +0800 Subject: [PATCH] xxl-job-admin的sql 初始化文件。 --- ruoyi-admin/pom.xml | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index ba0ad32..560051b 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>2.6.0</version> + <version>3.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> @@ -36,7 +36,12 @@ <artifactId>ruoyi-framework</artifactId> </dependency> - <!-- 瀹氭椂浠诲姟--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-system</artifactId> + </dependency> + + <!-- 瀹氭椂浠诲姟 @deprecated 3.5.0鍒犻櫎 杩佺Щ鑷硏xl-job --> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-quartz</artifactId> @@ -82,7 +87,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.1.0</version> + <version>3.2.0</version> <configuration> <failOnMissingWebXml>false</failOnMissingWebXml> <warName>${project.artifactId}</warName> @@ -110,4 +115,4 @@ </plugins> </build> -</project> +</project> \ No newline at end of file -- Gitblit v1.9.3