Update pom.xml
远程监控使用了httpclient,增加httpclient的依赖
This commit is contained in:
parent
694b68c93a
commit
4a00e82430
7
pom.xml
7
pom.xml
@ -51,6 +51,13 @@
|
||||
<version>${elasticsearch.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.3.5</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user