From 44e8a012e2281978d6ca7c3675b0a80720c17947 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 16 十二月 2021 12:10:42 +0800 Subject: [PATCH] update 去除 jdk17 标签 由于很多组件还未适配 导致一些问题 --- ruoyi-common/pom.xml | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 08d1731..52be0a2 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -104,8 +104,29 @@ <dependency> <groupId>cn.hutool</groupId> - <artifactId>hutool-all</artifactId> + <artifactId>hutool-core</artifactId> </dependency> + + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-http</artifactId> + </dependency> + + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-captcha</artifactId> + </dependency> + + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-jwt</artifactId> + </dependency> + + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-extra</artifactId> + </dependency> + <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> -- Gitblit v1.9.3