summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-03-22 14:22:02 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-03-22 14:22:02 +0100
commita4a06aaf6966c847bcc5e7a06be4cab3725bca5e (patch)
treeaa7cbaa64a1481da9164f197acb90cd77071816b /vespa-http-client
parent5ea9ada3f91e70c457dd3b7355422fff97c09b4d (diff)
Correct commons lang dependency scope to test
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index 60f35d6cf27..b42c4c32a08 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -22,10 +22,6 @@
Vespa dependencies should not be added.
-->
<dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>