summaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-03-22 14:19:34 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2019-03-22 14:19:34 +0100
commit3711d40d9b7bf9d3f31f2c03b215a046a4e1ed91 (patch)
tree6f63de5c287e21311043d3dcac333b9e407c9fc4 /vespa-http-client
parent90cc2bce893af67d0fbb6b16ea29276d9ee5573a (diff)
Correct hamcrest dependency scope to test
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index 9cccaea0950..00aeb52b701 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -35,11 +35,6 @@
<version>3.4</version>
</dependency>
<dependency>
- <groupId>uk.co.datumedge</groupId>
- <artifactId>hamcrest-json</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
@@ -69,6 +64,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>uk.co.datumedge</groupId>
+ <artifactId>hamcrest-json</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>