From e134133639dff035e84a2dbc69525e9df681efee Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 29 六月 2023 09:58:29 +0800 Subject: [PATCH] optimized code --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 419cfcb..19e6c01 100644 --- a/pom.xml +++ b/pom.xml @@ -230,7 +230,7 @@ <version>${kaptcha.version}</version> <exclusions> <exclusion> - <artifactId>javax.servlet-api</artifactId> + <artifactId>servlet-api</artifactId> <groupId>javax.servlet</groupId> </exclusion> </exclusions> -- Gitblit v1.9.3