From 8c990ae9fc5490343b43a2c9738f0455d10076dd Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期五, 01 三月 2024 21:53:57 +0800 Subject: [PATCH] 用户密码新增非法字符验证 --- pom.xml | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 91a7a4b..60b2401 100644 --- a/pom.xml +++ b/pom.xml @@ -24,9 +24,8 @@ <kaptcha.version>2.3.3</kaptcha.version> <pagehelper.boot.version>1.4.7</pagehelper.boot.version> <fastjson.version>2.0.43</fastjson.version> - <oshi.version>6.4.8</oshi.version> + <oshi.version>6.4.13</oshi.version> <commons.io.version>2.13.0</commons.io.version> - <commons.collections.version>3.2.2</commons.collections.version> <poi.version>4.1.2</poi.version> <velocity.version>2.3</velocity.version> <jwt.version>0.9.1</jwt.version> @@ -105,13 +104,6 @@ <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> <version>${velocity.version}</version> - </dependency> - - <!-- collections工具类 --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons.collections.version}</version> </dependency> <!-- 阿里JSON解析器 --> -- Gitblit v1.9.2