From af55cc06c30ac01db881a05b70df21510789d12f Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Wed, 17 Mar 2021 13:25:28 +0800 Subject: [PATCH] common模块: 常量枚举类添加注销异常 --- pom.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 5128e22..be47e13 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,16 @@ <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <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> </dependencies> -- Gitblit v1.8.0