Move httpclient version definition to root pom.xml.

This commit is contained in:
Sutra Zhou
2021-06-04 09:36:29 +08:00
parent ef358dd552
commit d489ce6ce5
3 changed files with 5 additions and 2 deletions
-1
View File
@@ -43,7 +43,6 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<scope>test</scope>
</dependency>
<dependency>