|
@@ -115,7 +115,11 @@
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
<version>${fastjson.version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
+ <version>4.5.8</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.reflections</groupId>
|
|
|
<artifactId>reflections</artifactId>
|