From 38f29e38fcc668171dc05c53d40a36b895c86102 Mon Sep 17 00:00:00 2001 From: liusuyi <1951119284@qq.com> Date: 星期四, 10 十月 2024 13:34:28 +0800 Subject: [PATCH] init --- pom.xml | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9f8f074..a1435b5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - + <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> <version>3.8.5</version> @@ -11,7 +11,7 @@ <name>ruoyi</name> <url>http://www.ruoyi.vip</url> <description>鑻ヤ緷绠$悊绯荤粺</description> - + <properties> <ruoyi.version>3.8.5</ruoyi.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -20,12 +20,11 @@ <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> <druid.version>1.2.15</druid.version> <bitwalker.version>1.21</bitwalker.version> - <swagger.version>3.0.0</swagger.version> <knife4j.version>3.0.3</knife4j.version> <kaptcha.version>2.3.3</kaptcha.version> <pagehelper.boot.version>1.4.6</pagehelper.boot.version> <fastjson.version>2.0.20</fastjson.version> - <oshi.version>6.4.0</oshi.version> + <oshi.version>5.8.6</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> @@ -34,7 +33,7 @@ <jwt.version>0.9.1</jwt.version> <okhttp.version>4.8.1</okhttp.version> </properties> - + <!-- 渚濊禆澹版槑 --> <dependencyManagement> <dependencies> @@ -242,4 +241,4 @@ </pluginRepository> </pluginRepositories> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3