在pom.xml中添加对sharding-jdbc-spring-boot-starter的排除配置,以避免依赖冲突。
This commit is contained in:
6
pom.xml
6
pom.xml
@ -42,6 +42,12 @@
|
|||||||
<groupId>com.chinaunicom.mall.ebtp</groupId>
|
<groupId>com.chinaunicom.mall.ebtp</groupId>
|
||||||
<artifactId>uboot-core</artifactId>
|
<artifactId>uboot-core</artifactId>
|
||||||
<version>2.4.1-zyhy-SNAPSHOT</version>
|
<version>2.4.1-zyhy-SNAPSHOT</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
|
||||||
|
<groupId>org.apache.shardingsphere</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sf.json-lib</groupId>
|
<groupId>net.sf.json-lib</groupId>
|
||||||
|
Reference in New Issue
Block a user