| commit | 61ecc0cf9e1e97845a88c8bed0e72ac06e2efa57 | [log] [tgz] |
|---|---|---|
| author | 刘洪青 <hongqing.liu@supwisdom.com> | 周三 9月 04 22:22:12 2019 +0800 |
| committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周三 9月 04 22:22:12 2019 +0800 |
| tree | d2aca13e0259877d6efd639ccdfdb5e5195b6c39 | |
| parent | c34fc3f61148fb8a1e48c5be68031629e1299067 [diff] [blame] |
fix: 修复 maven 构建异常
diff --git a/aggr/admin/pom.xml b/aggr/admin/pom.xml index 38a14f1..f7fb563 100644 --- a/aggr/admin/pom.xml +++ b/aggr/admin/pom.xml
@@ -84,6 +84,13 @@ <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>