aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-03-22 14:21:51 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-03-22 14:21:51 +0100
commit5ea9ada3f91e70c457dd3b7355422fff97c09b4d (patch)
treea7e01c668a108a1a48e0a0e03ad10fe2c2454967 /vespa-http-client
parent3711d40d9b7bf9d3f31f2c03b215a046a4e1ed91 (diff)
Correct commons lang dependency scope to test
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index 00aeb52b701..60f35d6cf27 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -30,11 +30,6 @@
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.4</version>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
@@ -54,6 +49,12 @@
<!-- Test dependencies -->
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<scope>test</scope>