update 优化 mybatis依赖设置为可选依赖 避免出现不应该注入的情况

This commit is contained in:
疯狂的狮子Li
2024-02-06 17:42:50 +08:00
parent 27f52ed6b8
commit a51b635c56
3 changed files with 1 additions and 17 deletions

View File

@@ -66,12 +66,6 @@
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-encrypt</artifactId>
<exclusions>
<exclusion>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-mybatis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@@ -86,12 +80,6 @@
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-tenant</artifactId>
<exclusions>
<exclusion>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-mybatis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.dromara</groupId>