summaryrefslogtreecommitdiffstats
path: root/service-monitor/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2017-10-08 20:38:50 +0200
committerHåkon Hallingstad <hakon@oath.com>2017-10-08 20:38:50 +0200
commit6b3eeac7c2d4bd5f886963c1cd6a27f07ebebc22 (patch)
tree92ac8c3d364521ac921d830bc37bbe66b645522c /service-monitor/pom.xml
parentd90fc2b19e1dc3b7d76bba611e1cac81cf9dcb08 (diff)
Add service model snapshot latency metric
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 13602c60cf8..80958ca9bee 100644
--- a/service-monitor/pom.xml
+++ b/service-monitor/pom.xml
@@ -37,6 +37,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>jdisc_core</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>configdefinitions</artifactId>
<version>${project.version}</version>
<scope>provided</scope>