排除minidao的子依赖jsqlparser和druid,总与mybatisplus冲突

This commit is contained in:
JEECG
2024-04-11 11:13:39 +08:00
parent 3091d5b6f0
commit 7b06715bff
2 changed files with 26 additions and 12 deletions

View File

@@ -29,25 +29,15 @@
<groupId>org.jeecgframework</groupId>
<artifactId>jeewx-api</artifactId>
</dependency>
<!-- 积木报表 -->
<!-- 积木报表设计 -->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>druid</artifactId>
<groupId>com.alibaba</groupId>
</exclusion>
<exclusion>
<artifactId>jsqlparser</artifactId>
<groupId>com.github.jsqlparser</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- 积木仪表盘 -->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-drag</artifactId>
<version>2.0.1</version>
</dependency>
<!-- 积木报表 mongo redis 支持包
<dependency>