Update 'pom.xml'

removed commons-httpclient upgrade httpclient to version 4.4.1
This commit is contained in:
Roberto Cirillo 2020-11-16 11:31:59 +01:00
parent 39658b3a3e
commit 95a0f8e936
1 changed files with 4 additions and 4 deletions

View File

@ -112,11 +112,11 @@
<artifactId>commons-codec</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<!--dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
</dependency-->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
@ -131,13 +131,13 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.5</version>
<version>4.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2.5</version>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>