From d9b2c4b780340d2d2e8ca1a328034f19092fcddb Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 10 七月 2019 17:57:08 +0800
Subject: [PATCH] 提交breadcrumb功能
---
java110-core/pom.xml | 25 +++++++++++++++++++++----
1 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/java110-core/pom.xml b/java110-core/pom.xml
index 169b904..3916fc5 100644
--- a/java110-core/pom.xml
+++ b/java110-core/pom.xml
@@ -18,10 +18,6 @@
</properties>
<dependencies>
- <dependency>
- <groupId>com.java110</groupId>
- <artifactId>java110-feign</artifactId>
- </dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
@@ -38,6 +34,11 @@
<artifactId>java110-cacheAgent</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.aliyun</groupId>
+ <artifactId>aliyun-java-sdk-core</artifactId>
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
@@ -50,5 +51,21 @@
<artifactId>spring-session-data-redis</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-starter-openfeign</artifactId>
+ </dependency>
+ <!-- 鏁村悎ribbon -->
+ <dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.netflix.hystrix</groupId>
+ <artifactId>hystrix-core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
</dependencies>
</project>
--
Gitblit v1.8.0