From c5915defe6a1ce21028f9c381e869ae47b8cd52b Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期三, 11 一月 2023 11:40:48 +0800 Subject: [PATCH] 添加新群号:108482800 --- pom.xml | 14 +++----------- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 8e8fa9b..852e4b4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> - <version>3.8.4</version> + <version>3.8.5</version> <packaging>jar</packaging> <name>ruoyi</name> @@ -24,8 +24,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> - <mybatis.spring.boot.starter.version>2.2.2</mybatis.spring.boot.starter.version> - <pagehelper.spring.boot.starter.version>1.4.5</pagehelper.spring.boot.starter.version> + <pagehelper.spring.boot.starter.version>1.4.6</pagehelper.spring.boot.starter.version> <fastjson.version>2.0.20</fastjson.version> <druid.version>1.2.15</druid.version> <commons.io.version>2.11.0</commons.io.version> @@ -36,7 +35,7 @@ <kaptcha.version>2.3.3</kaptcha.version> <swagger.version>3.0.0</swagger.version> <poi.version>4.1.2</poi.version> - <oshi.version>6.3.2</oshi.version> + <oshi.version>6.4.0</oshi.version> <velocity.version>2.3</velocity.version> </properties> @@ -97,13 +96,6 @@ <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> - </dependency> - - <!-- SpringBoot闆嗘垚mybatis妗嗘灦 --> - <dependency> - <groupId>org.mybatis.spring.boot</groupId> - <artifactId>mybatis-spring-boot-starter</artifactId> - <version>${mybatis.spring.boot.starter.version}</version> </dependency> <!-- pagehelper 鍒嗛〉鎻掍欢 --> -- Gitblit v1.9.3