Browse Source

remove httpcore and httpclient

pull/2/head
lgcareer 5 years ago
parent
commit
7c48b98b88
  1. 11
      escheduler-alert/pom.xml

11
escheduler-alert/pom.xml

@ -102,17 +102,6 @@
<artifactId>escheduler-dao</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.6</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.5</version>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save