Update 'pom.xml'

set httpclient httpcore to provided
This commit is contained in:
Roberto Cirillo 2020-11-17 17:16:03 +01:00
parent 416c49b667
commit 3bfb33e120
1 changed files with 2 additions and 3 deletions

View File

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