Fix the dependency conflict issue

This commit is contained in:
HelloCoCooo 2020-09-17 15:32:00 +08:00 committed by Jason Joo
parent 398e5aa874
commit 7192bcfb5b
1 changed files with 1 additions and 6 deletions

View File

@ -36,11 +36,6 @@
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.5.3</version> <version>4.5.3</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.5</version>
</dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>