aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/pom.xml1
-rw-r--r--container-integration-test/pom.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index f1856e8c85c..c70efab05aa 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -114,6 +114,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/container-integration-test/pom.xml b/container-integration-test/pom.xml
index 14d9950b389..5a0bee3b03b 100644
--- a/container-integration-test/pom.xml
+++ b/container-integration-test/pom.xml
@@ -22,6 +22,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>${apache.httpclient.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>application</artifactId>
<version>${project.version}</version>