summaryrefslogtreecommitdiffstats
path: root/filedistribution/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2021-10-06 00:15:44 +0200
committerHarald Musum <musum@yahooinc.com>2021-10-06 00:15:44 +0200
commitf29dd1fbbc6fba22c663431dbf963182ae0233f8 (patch)
tree3abeb382b906a1bb88d7a9be70c140c0ddeace4c /filedistribution/pom.xml
parenta27152601be60b1097415268e8eaa453b5d5c3f0 (diff)
Depend on http client with compile scope, used in standalone script
Diffstat (limited to 'filedistribution/pom.xml')
-rw-r--r--filedistribution/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml
index e922d878dd7..b74bb8d2ee4 100644
--- a/filedistribution/pom.xml
+++ b/filedistribution/pom.xml
@@ -22,7 +22,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-apache-http-client-bundle</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>