diff --git a/mall-ebtp-cloud-apollo-starter/pom.xml b/mall-ebtp-cloud-apollo-starter/pom.xml index f4b48b1..7bfd328 100644 --- a/mall-ebtp-cloud-apollo-starter/pom.xml +++ b/mall-ebtp-cloud-apollo-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-apollo-starter 0.0.1-SNAPSHOT diff --git a/mall-ebtp-cloud-attachment-sdk/pom.xml b/mall-ebtp-cloud-attachment-sdk/pom.xml index 6256e6f..cd60e6a 100644 --- a/mall-ebtp-cloud-attachment-sdk/pom.xml +++ b/mall-ebtp-cloud-attachment-sdk/pom.xml @@ -29,16 +29,6 @@ org.springframework.cloud spring-cloud-starter-openfeign - - org.projectlombok - lombok - - - - org.springframework.boot - spring-boot-starter-test - test - diff --git a/mall-ebtp-cloud-eureka-starter/pom.xml b/mall-ebtp-cloud-eureka-starter/pom.xml index ce93e07..d8d8907 100644 --- a/mall-ebtp-cloud-eureka-starter/pom.xml +++ b/mall-ebtp-cloud-eureka-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-eureka-starter 0.0.1-SNAPSHOT diff --git a/mall-ebtp-cloud-feign-starter/pom.xml b/mall-ebtp-cloud-feign-starter/pom.xml index 64b8386..6f6c63c 100644 --- a/mall-ebtp-cloud-feign-starter/pom.xml +++ b/mall-ebtp-cloud-feign-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-feign-starter 0.0.1-SNAPSHOT diff --git a/mall-ebtp-cloud-fileupload-starter/pom.xml b/mall-ebtp-cloud-fileupload-starter/pom.xml index 5cdfb4a..18f1758 100644 --- a/mall-ebtp-cloud-fileupload-starter/pom.xml +++ b/mall-ebtp-cloud-fileupload-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-fileupload-starter 0.0.1-SNAPSHOT diff --git a/mall-ebtp-cloud-jpa-starter/pom.xml b/mall-ebtp-cloud-jpa-starter/pom.xml index 028e252..b3c4ef9 100644 --- a/mall-ebtp-cloud-jpa-starter/pom.xml +++ b/mall-ebtp-cloud-jpa-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-jpa-starter 0.0.1-SNAPSHOT diff --git a/mall-ebtp-cloud-kafka-starter/pom.xml b/mall-ebtp-cloud-kafka-starter/pom.xml index 84de136..03e1ec4 100644 --- a/mall-ebtp-cloud-kafka-starter/pom.xml +++ b/mall-ebtp-cloud-kafka-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-kafka-starter 0.0.1-SNAPSHOT diff --git a/mall-ebtp-cloud-mvc-starter/pom.xml b/mall-ebtp-cloud-mvc-starter/pom.xml index 63d0646..e8fdff2 100644 --- a/mall-ebtp-cloud-mvc-starter/pom.xml +++ b/mall-ebtp-cloud-mvc-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-mvc-starter 0.0.1-SNAPSHOT diff --git a/mall-ebtp-cloud-office-starter/pom.xml b/mall-ebtp-cloud-office-starter/pom.xml index 30096c9..6bfabd7 100644 --- a/mall-ebtp-cloud-office-starter/pom.xml +++ b/mall-ebtp-cloud-office-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-office-starter 0.0.1-SNAPSHOT diff --git a/mall-ebtp-cloud-parent/pom.xml b/mall-ebtp-cloud-parent/pom.xml index d525ae5..e978e7c 100644 --- a/mall-ebtp-cloud-parent/pom.xml +++ b/mall-ebtp-cloud-parent/pom.xml @@ -3,14 +3,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + com.chinaunicom.ebtp mall-ebtp-cloud 0.0.1-SNAPSHOT + com.chinaunicom.ebtp mall-ebtp-cloud-parent - 0.0.1-SNAPSHOT pom mall-ebtp-cloud-parent @@ -86,15 +87,15 @@ + + org.projectlombok + lombok + org.springframework.boot spring-boot-starter-test test - - org.projectlombok - lombok - diff --git a/mall-ebtp-cloud-redis-starter/pom.xml b/mall-ebtp-cloud-redis-starter/pom.xml index 8b3bd52..8cd879f 100644 --- a/mall-ebtp-cloud-redis-starter/pom.xml +++ b/mall-ebtp-cloud-redis-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-redis-starter 0.0.1-SNAPSHOT diff --git a/mall-ebtp-cloud-seata-starter/pom.xml b/mall-ebtp-cloud-seata-starter/pom.xml index e73cc8c..efedda5 100644 --- a/mall-ebtp-cloud-seata-starter/pom.xml +++ b/mall-ebtp-cloud-seata-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-seata-starter 0.0.1-SNAPSHOT diff --git a/mall-ebtp-cloud-swagger-starter/pom.xml b/mall-ebtp-cloud-swagger-starter/pom.xml index 2f3308b..ea4776d 100644 --- a/mall-ebtp-cloud-swagger-starter/pom.xml +++ b/mall-ebtp-cloud-swagger-starter/pom.xml @@ -11,6 +11,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.ebtp mall-ebtp-cloud-swagger-starter 0.0.1-SNAPSHOT @@ -18,22 +19,14 @@ - cn.chinaunicom.sdsi - unifast-core - - - org.springframework.boot - spring-boot-starter-jdbc - - - org.hibernate.validator - hibernate-validator - - - org.projectlombok - lombok - - + io.springfox + springfox-swagger2 + 2.6.1 + + + io.springfox + springfox-swagger-ui + 2.6.1 com.google.guava diff --git a/pom.xml b/pom.xml index df0569b..f97f69b 100644 --- a/pom.xml +++ b/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"> 4.0.0 + org.springframework.boot spring-boot-dependencies 2.3.2.RELEASE + com.chinaunicom.ebtp mall-ebtp-cloud 0.0.1-SNAPSHOT pom + mall-ebtp-cloud - Parent pom providing dependency and plugin management for applications built with Maven @@ -27,7 +29,6 @@ Hoxton.SR7 2.2.3.RELEASE 3.4.0 - 2.6.0-SNAPSHOT 1.5.21 1.3.3 26.0-jre @@ -35,6 +36,8 @@ 2.0.3 5.4.1 8.0.21 + 3.8.5 + 1.4.0 @@ -61,32 +64,12 @@ com.ctrip.framework.apollo apollo-client - 1.4.0 - - - cn.chinaunicom.sdsi - chinaunicom-excelutils - 1.0.0 - - - cn.chinaunicom.sdsi - unifast-security - ${unifast.version} - - - cn.chinaunicom.sdsi - unifast-core - ${unifast.version} - - - cn.chinaunicom.sdsi - unifast-storage - 1.0.0 + ${apollo.client.version} p6spy p6spy - 3.8.5 + ${p6spy.version} commons-fileupload @@ -402,6 +385,7 @@ China Unicom http://www.chinaunicom.com + ajaxfan diff --git a/uboot-common/pom.xml b/uboot-common/pom.xml index 31ddff0..d83cae0 100644 --- a/uboot-common/pom.xml +++ b/uboot-common/pom.xml @@ -9,6 +9,7 @@ 0.0.1-SNAPSHOT ../mall-ebtp-cloud-parent + com.chinaunicom.mall.ebtp uboot-common 0.0.1-SNAPSHOT diff --git a/uboot-core/pom.xml b/uboot-core/pom.xml index 7fc37da..f4f9788 100644 --- a/uboot-core/pom.xml +++ b/uboot-core/pom.xml @@ -12,7 +12,7 @@ com.chinaunicom.mall.ebtp uboot-core - 0.0.1-SNAPSHOT + 0.0.1-SNAPSHOT uboot-core