aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-25 16:25:09 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-25 16:27:11 +0100
commit1bfd3731233f1a4d63216f4f3c5984958ce10dd0 (patch)
treea60227db7e0362e21d5a5174da73d70aadef85ea /application/pom.xml
parente26883a3602b9adbab2ec03d015cce55bae2bc2f (diff)
Ensure all Apache HC4/5 artifacts are present on classpath
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 3c5d233edd0..2193f0fe2e3 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -54,6 +54,11 @@
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-apache-http-client-bundle</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- All dependencies that should be visible in test classpath, but not compile classpath,
for user projects must be added in compile scope here.
@@ -91,12 +96,6 @@
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>container-apache-http-client-bundle</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>