summaryrefslogtreecommitdiffstats
path: root/node-repository/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-02-26 16:43:22 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-02-26 16:43:22 +0100
commit516a3ee3b9557e8a0e1bd894aa26c0b0a94342c2 (patch)
treeefb73bb711c892b92ceb71526e53edcf02aad717 /node-repository/pom.xml
parent5168d102ca8c5d82c6f93753acc01cd2668d46a5 (diff)
Include non-provided dependency
Diffstat (limited to 'node-repository/pom.xml')
-rw-r--r--node-repository/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/node-repository/pom.xml b/node-repository/pom.xml
index 86a56c14c52..75bff479f42 100644
--- a/node-repository/pom.xml
+++ b/node-repository/pom.xml
@@ -89,6 +89,12 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>http-utils</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
<!-- test -->
<dependency>