From 4cefcf6ada94919053e66d1756af33fff0dc1c4e Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 07 十二月 2023 10:34:02 +0800 Subject: [PATCH] update easyexcel 3.3.2 => 3.3.3 update springboot-admin 3.1.7 => 3.1.8 update aws-java-sdk-s3 1.12.540 => 1.12.600 --- ruoyi-modules/ruoyi-job/pom.xml | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index 987b434..2431a1c 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -6,7 +6,6 @@ <groupId>org.dromara</groupId> <artifactId>ruoyi-modules</artifactId> <version>${revision}</version> - <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> @@ -21,15 +20,14 @@ <!-- 閫氱敤宸ュ叿--> <dependency> <groupId>org.dromara</groupId> - <artifactId>ruoyi-common-core</artifactId> + <artifactId>ruoyi-common-json</artifactId> </dependency> - <!-- 璋冨害妯″潡 --> <dependency> <groupId>org.dromara</groupId> <artifactId>ruoyi-common-job</artifactId> </dependency> - + </dependencies> </project> -- Gitblit v1.9.3