Update 'pom.xml'

test failed at runtime. try to downgrade httpc* libs to 4.2.1
This commit is contained in:
Roberto Cirillo 2020-11-16 12:27:08 +01:00
parent 95a0f8e936
commit 209d3a31b8
1 changed files with 2 additions and 2 deletions

View File

@ -131,13 +131,13 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.4.1</version> <version>4.2.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId> <artifactId>httpcore</artifactId>
<version>4.4.1</version> <version>4.2.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>