Update 'pom.xml'

removed scope provided from httpc* libs
master
Roberto Cirillo 3 years ago
parent f86309e9a3
commit 48081c00e6

@ -132,13 +132,11 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>

Loading…
Cancel
Save