Browse Source

Merge pull request #508 from lgcareer/dev

remove httpcore and httpclient
pull/2/head
lgcareer 5 years ago committed by GitHub
parent
commit
e62249a5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      escheduler-alert/pom.xml

11
escheduler-alert/pom.xml

@ -102,17 +102,6 @@
<artifactId>escheduler-dao</artifactId> <artifactId>escheduler-dao</artifactId>
</dependency> </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> </dependencies>
<build> <build>

Loading…
Cancel
Save