删除多余的依赖

This commit is contained in:
RuoYi 2024-06-27 11:08:31 +08:00
parent 4ec32367fd
commit 8264b8fb31

View File

@ -59,13 +59,6 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- 动态数据源 -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>3.5.2</version>
</dependency>
<!-- 阿里JSON解析器 -->
<dependency>
<groupId>com.alibaba.fastjson2</groupId>