修改pom文件
This commit is contained in:
8
pom.xml
8
pom.xml
@ -14,21 +14,17 @@
|
|||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
<name>biz_service_ebtp_project</name>
|
<name>biz_service_ebtp_project</name>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<mybatis-plus.version>3.2.0</mybatis-plus.version>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.chinaunicom.mall.ebtp</groupId>
|
<groupId>com.chinaunicom.mall.ebtp</groupId>
|
||||||
<artifactId>uboot-core</artifactId>
|
<artifactId>uboot-core</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<exclusions>
|
<!--<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>com.baomidou</groupId>
|
<groupId>com.baomidou</groupId>
|
||||||
<artifactId>mybatis-plus-generator</artifactId>
|
<artifactId>mybatis-plus-generator</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>-->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Reference in New Issue
Block a user