From bf344753fbe9e44d4bb6771a734982b44d895f6e Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 31 一月 2023 21:30:01 +0800 Subject: [PATCH] update 重构 将 BaseEntity 与 TreeEntity 移动到 common-mybatis 模块 整理 core 模块依赖 --- ruoyi-common/ruoyi-common-web/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/ruoyi-common-web/pom.xml b/ruoyi-common/ruoyi-common-web/pom.xml index 30b9703..cb6bde7 100644 --- a/ruoyi-common/ruoyi-common-web/pom.xml +++ b/ruoyi-common/ruoyi-common-web/pom.xml @@ -46,6 +46,11 @@ <dependency> <groupId>cn.hutool</groupId> + <artifactId>hutool-captcha</artifactId> + </dependency> + + <dependency> + <groupId>cn.hutool</groupId> <artifactId>hutool-crypto</artifactId> </dependency> -- Gitblit v1.9.3