summaryrefslogtreecommitdiffstats
path: root/vespa-http-client/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-18 17:04:16 +0200
committergjoranv <gv@oath.com>2018-07-18 17:05:55 +0200
commit32d9665f492ea5049b5f22c774f89dd9033e810c (patch)
tree492dbc1e71e6cbdd75e438f4285470279dc743a5 /vespa-http-client/pom.xml
parent3056ca2dcb1234dd4575818106d3eba2bbb760fc (diff)
Inherit apache httpcomponents version from parent.
+ remove unnecessary httpcore dep (transitive from httpclient).
Diffstat (limited to 'vespa-http-client/pom.xml')
-rw-r--r--vespa-http-client/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index 39e633cdb70..6355f7a56a5 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -26,7 +26,6 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -34,11 +33,6 @@
<version>3.4</version>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <version>4.4.1</version>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>