Update 'pom.xml'

restored common-httpclient. upgrade httpclient and httpcore to 4.2.5
This commit is contained in:
Roberto Cirillo 2020-11-16 17:57:53 +01:00
parent 209d3a31b8
commit 416c49b667
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.1</version>
<version>4.2.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2.1</version>
<version>4.2.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>