From c4998054a5901d8a02c9986e438dc8925513655a Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 21 Oct 2020 09:24:49 +0800 Subject: [PATCH] =?UTF-8?q?core=E5=B7=A5=E7=A8=8B=E7=9A=84pom=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=B0=83=E6=95=B4=E4=BA=86dependencies=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall-ebtp-cloud-core/pom.xml | 259 ++++++++++++++++++ .../src/main/resources/application.properties | 0 pom.xml | 5 + 3 files changed, 264 insertions(+) create mode 100644 mall-ebtp-cloud-core/src/main/resources/application.properties diff --git a/mall-ebtp-cloud-core/pom.xml b/mall-ebtp-cloud-core/pom.xml index e536b4b..177c5f6 100644 --- a/mall-ebtp-cloud-core/pom.xml +++ b/mall-ebtp-cloud-core/pom.xml @@ -11,33 +11,292 @@ com.chinaunicom.ebtp mall-ebtp-cloud-core 0.0.1 + pom mall-ebtp-cloud-core http://maven.apache.org 0.0.1 + 2.6.0-SNAPSHOT + 3.2.0 + 1.5.21 + 1.3.3 + 26.0-jre + 1.1.14 + 2.0.3 + 5.4.1 + + + + cn.chinaunicom.sdsi + chinaunicom-excelutils + 1.0.0 + + + cn.chinaunicom.sdsi + unifast-security + ${unifast.version} + + + cn.chinaunicom.sdsi + unifast-storage + 1.0.0 + + + com.baomidou + mybatis-plus-boot-starter + ${mybatis-plus.version} + + + com.alibaba + druid + ${druid.version} + + + io.springfox + springfox-swagger2 + 2.9.2 + + + io.swagger + swagger-annotations + ${swagger.version} + + + io.swagger + swagger-models + ${swagger.version} + + + io.springfox + springfox-swagger-ui + 2.9.2 + + + io.github.swagger2markup + swagger2markup + ${swagger2markup.version} + + + com.google.guava + guava + + + org.apache.shardingsphere + sharding-jdbc-spring-boot-starter + 4.1.1 + + + org.apache.poi + poi + 3.9 + + + org.apache.poi + poi-ooxml + 3.9 + + + org.apache.poi + poi-ooxml-schemas + 3.9 + + + org.springframework.security.oauth + spring-security-oauth2 + 2.2.1.RELEASE + + + com.sun.jersey + jersey-client + 1.18.3 + + + net.sf.json-lib + json-lib + 2.4 + jdk15 + + + cn.hutool + hutool-all + ${hutool.version} + + + org.hibernate.validator + hibernate-validator + 6.1.5.Final + + + + cn.chinaunicom.sdsi mall-core ${sdsi-mall-core-version} + + cn.chinaunicom.sdsi + chinaunicom-excelutils + cn.chinaunicom.sdsi unifast-security + + cn.chinaunicom.sdsi + unifast-storage + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework.boot + spring-boot-starter-data-redis + + + redis.clients + jedis + + + org.springframework.cloud + spring-cloud-starter-openfeign + + + org.springframework.cloud + spring-cloud-security + + + org.springframework.cloud + spring-cloud-starter-oauth2 + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-aop + + + org.springframework.kafka + spring-kafka + com.baomidou mybatis-plus-boot-starter + + com.alibaba + druid + + + io.springfox + springfox-swagger2 + + + io.swagger + swagger-annotations + + + io.swagger + swagger-models + + + io.springfox + springfox-swagger-ui + + + io.github.swagger2markup + swagger2markup + + + org.freemarker + freemarker + + + com.google.guava + guava + org.apache.shardingsphere sharding-jdbc-spring-boot-starter + + org.apache.poi + poi + + + org.apache.poi + poi-ooxml + + + org.apache.poi + poi-ooxml-schemas + + + org.springframework.boot + spring-boot-devtools + + + mysql + mysql-connector-java + + + com.google.code.gson + gson + + + org.springframework.security.oauth + spring-security-oauth2 + + + com.sun.jersey + jersey-client + + + net.sf.json-lib + json-lib + + + commons-fileupload + commons-fileupload + + + org.aspectj + aspectjweaver + + + org.aspectj + aspectjrt + + + cn.hutool + hutool-all + + + org.hibernate.validator + hibernate-validator + + + org.springframework.boot + spring-boot-configuration-processor + + + org.apache.commons + commons-lang3 + + diff --git a/mall-ebtp-cloud-core/src/main/resources/application.properties b/mall-ebtp-cloud-core/src/main/resources/application.properties new file mode 100644 index 0000000..e69de29 diff --git a/pom.xml b/pom.xml index 560f92b..67a3a6d 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,11 @@ pom import + + com.ctrip.framework.apollo + apollo-client + 1.4.0 +