fix: 修复 maven 构建异常
author刘洪青 <hongqing.liu@supwisdom.com>
Wed, 4 Sep 2019 14:22:12 +0000 (22:22 +0800)
committer刘洪青 <hongqing.liu@supwisdom.com>
Wed, 4 Sep 2019 14:22:12 +0000 (22:22 +0800)
aggr/admin/pom.xml
aggr/admin/src/main/java/com/supwisdom/institute/backend/admin/aggr/configuration/FeignBasicAuthRequestInterceptor.java [moved from bff/admin/src/main/java/com/supwisdom/institute/backend/admin/bff/configuration/FeignBasicAuthRequestInterceptor.java with 97% similarity]
bff/admin/pom.xml

index 38a14f1..f7fb563 100644 (file)
       <groupId>com.supwisdom.institute</groupId>
       <artifactId>sw-backend-common-framework</artifactId>
     </dependency>
+    
+    
+    <!-- openfeign's dependency -->
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
 
 
     <dependency>
index fc19506..0f600d2 100644 (file)
       <artifactId>spring-cloud-starter-gateway</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>org.springframework.cloud</groupId>
-      <artifactId>spring-cloud-starter-openfeign</artifactId>
-    </dependency>
-
 
     <!-- <dependency>
       <groupId>com.supwisdom.infras</groupId>
       <artifactId>fastjson</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-    </dependency>
-    <!-- <dependency>
-      <groupId>com.netflix.feign</groupId>
-      <artifactId>feign-httpclient</artifactId>
-    </dependency> -->
-
 
     <dependency>
       <groupId>io.springfox</groupId>