2020-10-21 13:12:54 +08:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<project
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-parent</artifactId>
|
|
|
|
<version>0.0.1</version>
|
2020-11-05 01:13:14 +08:00
|
|
|
<relativePath/>
|
2020-10-21 13:12:54 +08:00
|
|
|
</parent>
|
|
|
|
<groupId>com.chinaunicom.ebtp</groupId>
|
|
|
|
<artifactId>mall-ebtp-cloud-swagger-starter</artifactId>
|
|
|
|
<version>0.0.1</version>
|
|
|
|
<name>mall-ebtp-cloud-swagger-starter</name>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2020-10-22 16:09:50 +08:00
|
|
|
<groupId>cn.chinaunicom.sdsi</groupId>
|
|
|
|
<artifactId>unifast-core</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.hibernate.validator</groupId>
|
|
|
|
<artifactId>hibernate-validator</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2020-10-21 13:12:54 +08:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-10-22 16:09:50 +08:00
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
2020-10-21 13:12:54 +08:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2020-11-04 16:02:07 +08:00
|
|
|
|
2020-10-21 13:12:54 +08:00
|
|
|
</project>
|