From 86d30cf8fe4eb3d30eb4fee857e0168ab0d04b1b Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期三, 19 二月 2025 17:14:35 +0800 Subject: [PATCH] 测试 --- exam-system/pom.xml | 30 ++++++++++++++++++++++++++++-- 1 files changed, 28 insertions(+), 2 deletions(-) diff --git a/exam-system/pom.xml b/exam-system/pom.xml index c9f98e3..a2d6b6c 100644 --- a/exam-system/pom.xml +++ b/exam-system/pom.xml @@ -15,16 +15,42 @@ <java.version>8</java.version> </properties> <dependencies> - <!-- 通用工具--> <dependency> <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-common</artifactId> + <artifactId>ruoyi-framework</artifactId> </dependency> <!--附件依赖--> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-file</artifactId> </dependency> + + <!-- 七牛云短信--> + <dependency> + <groupId>com.qiniu</groupId> + <artifactId>qiniu-java-sdk</artifactId> + <version>[7.2.0, 7.2.99]</version> + </dependency> + <dependency> + <groupId>org.redisson</groupId> + <artifactId>redisson</artifactId> + <version>3.18.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>com.example</groupId> + <artifactId>jit-vstk-jdk15-new-2.0.308.25.1</artifactId> + <version>1.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/src/main/resources/thdjar/jit-vstk-jdk15-new-2.0.308.25.1.jar</systemPath> + </dependency> + + <dependency> + <groupId>org.dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>2.1.3</version> <!-- 请检查最新版本 --> + </dependency> + </dependencies> </project> -- Gitblit v1.9.2