forked from github/dataease
Merge pull request #9305 from dataease/pr@dev-v2@build_dep
build: 解决依赖冲突
This commit is contained in:
commit
b573b2823a
@ -38,6 +38,12 @@
|
|||||||
<artifactId>calcite-core</artifactId>
|
<artifactId>calcite-core</artifactId>
|
||||||
<version>${calcite-core.version}</version>
|
<version>${calcite-core.version}</version>
|
||||||
<classifier>de</classifier>
|
<classifier>de</classifier>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.google.guava</groupId>
|
||||||
|
<artifactId>guava</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user