aboutsummaryrefslogtreecommitdiffstats
path: root/service-monitor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'service-monitor/pom.xml')
-rw-r--r--service-monitor/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/service-monitor/pom.xml b/service-monitor/pom.xml
index 338f0331f9d..578fcc83006 100644
--- a/service-monitor/pom.xml
+++ b/service-monitor/pom.xml
@@ -24,6 +24,12 @@
<!-- This is necessary to get 4.4's HostnameVerifier API of SSLConnectionSocketFactory::new -->
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>http-utils</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
<!-- provided scope -->
<dependency>