Files
mall-ebtp-cloud/mall-ebtp-cloud-feign-starter/pom.xml

36 lines
1.1 KiB
XML
Raw Normal View History

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>
2020-10-21 13:12:54 +08:00
<parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
2021-01-05 08:58:26 +08:00
<relativePath>../mall-ebtp-cloud-parent</relativePath>
2020-10-21 13:12:54 +08:00
</parent>
2021-04-27 15:06:07 +08:00
2020-10-21 13:12:54 +08:00
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-feign-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
2020-10-21 13:12:54 +08:00
<name>mall-ebtp-cloud-feign-starter</name>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-hystrix</artifactId>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-okhttp</artifactId>
</dependency>
2020-10-21 13:12:54 +08:00
</dependencies>
2020-10-21 13:12:54 +08:00
</project>