优化脚手架pom引用包
This commit is contained in:
32
pom.xml
32
pom.xml
@ -4,17 +4,19 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-dependencies</artifactId>
|
||||
<version>2.3.2.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.chinaunicom.ebtp</groupId>
|
||||
<artifactId>mall-ebtp-cloud</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>mall-ebtp-cloud</name>
|
||||
|
||||
<description>Parent pom providing dependency and plugin management for applications built with Maven</description>
|
||||
|
||||
<properties>
|
||||
@ -27,7 +29,6 @@
|
||||
<spring.cloud.version>Hoxton.SR7</spring.cloud.version>
|
||||
<com.alibaba.cloud.version>2.2.3.RELEASE</com.alibaba.cloud.version>
|
||||
<mybatis-plus.version>3.4.0</mybatis-plus.version>
|
||||
<unifast.version>2.6.0-SNAPSHOT</unifast.version>
|
||||
<swagger.version>1.5.21</swagger.version>
|
||||
<swagger2markup.version>1.3.3</swagger2markup.version>
|
||||
<guava.version>26.0-jre</guava.version>
|
||||
@ -35,6 +36,8 @@
|
||||
<sharding-jdbc-core.version>2.0.3</sharding-jdbc-core.version>
|
||||
<hutool.version>5.4.1</hutool.version>
|
||||
<mysql.version>8.0.21</mysql.version>
|
||||
<p6spy.version>3.8.5</p6spy.version>
|
||||
<apollo.client.version>1.4.0</apollo.client.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@ -61,32 +64,12 @@
|
||||
<dependency>
|
||||
<groupId>com.ctrip.framework.apollo</groupId>
|
||||
<artifactId>apollo-client</artifactId>
|
||||
<version>1.4.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.chinaunicom.sdsi</groupId>
|
||||
<artifactId>chinaunicom-excelutils</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.chinaunicom.sdsi</groupId>
|
||||
<artifactId>unifast-security</artifactId>
|
||||
<version>${unifast.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.chinaunicom.sdsi</groupId>
|
||||
<artifactId>unifast-core</artifactId>
|
||||
<version>${unifast.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.chinaunicom.sdsi</groupId>
|
||||
<artifactId>unifast-storage</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>${apollo.client.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>p6spy</groupId>
|
||||
<artifactId>p6spy</artifactId>
|
||||
<version>3.8.5</version>
|
||||
<version>${p6spy.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-fileupload</groupId>
|
||||
@ -402,6 +385,7 @@
|
||||
<name>China Unicom</name>
|
||||
<url>http://www.chinaunicom.com</url>
|
||||
</organization>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<name>ajaxfan</name>
|
||||
|
Reference in New Issue
Block a user