From 465c4e57b9bd0cf7692b951df0f17ca697b71e4b Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Wed, 12 May 2021 13:40:52 +0800
Subject: [PATCH] screen-manage 增加单位转换模块删除功能
---
pom.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index a26232a..02b98d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,16 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.code.kaptcha</groupId>
+ <artifactId>kaptcha</artifactId>
+ <version>2.3.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
+ </dependency>
+
</dependencies>
--
Gitblit v1.8.0