From d0aa9a577e9641654a54dfc1a9fc974545d06611 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 21 十月 2022 14:38:55 +0800 Subject: [PATCH] 1 --- pom.xml | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e276782..4ea4169 100644 --- a/pom.xml +++ b/pom.xml @@ -109,18 +109,13 @@ <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> - <!--hutool--> - <dependency> - <groupId>cn.hutool</groupId> - <artifactId>hutool-all</artifactId> - <version>4.5.7</version> - </dependency> <!--test--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> + <!--text--> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> @@ -160,6 +155,7 @@ <artifactId>oshi-core</artifactId> <version>4.4.2</version> </dependency> + <!--hutool--> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> -- Gitblit v1.9.3