Change POM file to move httpcore

This commit is contained in:
YuCheng Hu 2019-09-12 17:07:26 -04:00
parent c29892bff1
commit fa74061e49
1 changed files with 0 additions and 5 deletions

View File

@ -67,11 +67,6 @@
<artifactId>httpclient</artifactId>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.1</version>
</dependency>
</dependencies>
<build>