2020-12-11 14:38:30 +08:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
2021-01-28 14:16:09 +08:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2020-12-11 14:38:30 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<parent>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-parent</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<relativePath>../mall-ebtp-cloud-parent</relativePath>
|
|
|
|
</parent>
|
2021-04-27 15:06:07 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<groupId>com.chinaunicom.mall.ebtp</groupId>
|
|
|
|
<artifactId>uboot-common</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<name>uboot-common</name>
|
2020-12-11 14:38:30 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-mvc-starter</artifactId>
|
|
|
|
</dependency>
|
2020-12-11 14:38:30 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-jpa-starter</artifactId>
|
|
|
|
</dependency>
|
2020-12-11 14:38:30 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-eureka-starter</artifactId>
|
|
|
|
</dependency>
|
2020-12-11 14:38:30 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-feign-starter</artifactId>
|
|
|
|
</dependency>
|
2020-12-11 14:38:30 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-swagger-starter</artifactId>
|
|
|
|
</dependency>
|
2020-12-11 14:38:30 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-redis-starter</artifactId>
|
|
|
|
</dependency>
|
2020-12-11 14:38:30 +08:00
|
|
|
|
2020-12-30 15:38:12 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-security-starter</artifactId>
|
|
|
|
</dependency>
|
2021-03-19 11:37:57 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-seata-starter</artifactId>
|
2021-04-16 16:03:27 +08:00
|
|
|
<optional>true</optional>
|
2021-03-19 11:37:57 +08:00
|
|
|
</dependency>
|
2021-02-16 09:55:10 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<!--普罗米修斯 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.micrometer</groupId>
|
|
|
|
<artifactId>micrometer-registry-prometheus</artifactId>
|
|
|
|
</dependency>
|
2021-02-16 09:55:10 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
</dependency>
|
2021-02-16 09:55:10 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
<version>1.2.60</version>
|
|
|
|
</dependency>
|
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
</dependencies>
|
2020-12-11 14:38:30 +08:00
|
|
|
|
2021-01-28 14:16:09 +08:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</build>
|
2020-12-11 14:38:30 +08:00
|
|
|
</project>
|