From aaabc8f517461593d206a009858cefd163e43daa Mon Sep 17 00:00:00 2001
From: HelloCoCooo <46306510+HelloCoCooo@users.noreply.github.com>
Date: Tue, 30 Jul 2019 02:16:21 +0800
Subject: [PATCH] Fix the dependency conflict issue (#872)
---
api-gateway/api-gateway-service/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/api-gateway/api-gateway-service/pom.xml b/api-gateway/api-gateway-service/pom.xml
index f947049a7..13bbddc97 100644
--- a/api-gateway/api-gateway-service/pom.xml
+++ b/api-gateway/api-gateway-service/pom.xml
@@ -48,6 +48,10 @@
org.springframework
spring-webmvc
+
+ org.apache.httpcomponents
+ httpclient
+
org.springframework.boot
spring-boot-starter-web
@@ -67,10 +71,6 @@
mockito-core
test
-
- org.apache.httpcomponents
- httpclient
-
@@ -89,4 +89,4 @@
-
\ No newline at end of file
+