From 9b3a4c27da3d2da9017a289ed38b27d22f571e91 Mon Sep 17 00:00:00 2001 From: zf <1603559716@qq.com> Date: 星期二, 12 九月 2023 16:43:57 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/swspkmas into zf1 --- pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 9d5389d..04639c3 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,9 @@ <poi.version>4.1.2</poi.version> <velocity.version>2.3</velocity.version> <jwt.version>0.9.1</jwt.version> + <mybatis-plus.version>3.5.2</mybatis-plus.version> + <hutool.version>5.5.7</hutool.version> + </properties> <!-- 依赖声明 --> @@ -169,7 +172,40 @@ <artifactId>ruoyi-common</artifactId> <version>${ruoyi.version}</version> </dependency> + <!--文件模块--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-file</artifactId> + <version>${ruoyi.version}</version> + </dependency> + <!--考试系统--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>exam-system</artifactId> + <version>${ruoyi.version}</version> + </dependency> + <!--mybatis-plus--> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-boot-starter</artifactId> + <version>${mybatis-plus.version}</version> + </dependency> + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-all</artifactId> + <version>${hutool.version}</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.14</version> + </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.8.5</version> + </dependency> </dependencies> </dependencyManagement> @@ -180,6 +216,8 @@ <module>ruoyi-quartz</module> <module>ruoyi-generator</module> <module>ruoyi-common</module> + <module>ruoyi-file</module> + <module>exam-system</module> </modules> <packaging>pom</packaging> -- Gitblit v1.9.2