From 19eaad0129a36f8ee26786e9a9259cb643a82c97 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Fri, 23 Dec 2022 16:08:23 +0800
Subject: [PATCH] v3最新版本不需要render-after-expand
---
pom.xml | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 89327e6..74ff4ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,10 +22,9 @@
<bitwalker.version>1.21</bitwalker.version>
<swagger.version>3.0.0</swagger.version>
<kaptcha.version>2.3.3</kaptcha.version>
- <mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version>
- <pagehelper.boot.version>1.4.5</pagehelper.boot.version>
+ <pagehelper.boot.version>1.4.6</pagehelper.boot.version>
<fastjson.version>2.0.20</fastjson.version>
- <oshi.version>6.3.2</oshi.version>
+ <oshi.version>6.4.0</oshi.version>
<commons.io.version>2.11.0</commons.io.version>
<commons.fileupload.version>1.4</commons.fileupload.version>
<commons.collections.version>3.2.2</commons.collections.version>
@@ -59,13 +58,6 @@
<groupId>eu.bitwalker</groupId>
<artifactId>UserAgentUtils</artifactId>
<version>${bitwalker.version}</version>
- </dependency>
-
- <!-- SpringBoot集成mybatis框架 -->
- <dependency>
- <groupId>org.mybatis.spring.boot</groupId>
- <artifactId>mybatis-spring-boot-starter</artifactId>
- <version>${mybatis-spring-boot.version}</version>
</dependency>
<!-- pagehelper 分页插件 -->
--
Gitblit v1.9.2