aboutsummaryrefslogtreecommitdiffstats
path: root/service-monitor/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2017-09-28 16:21:45 +0200
committerHåkon Hallingstad <hakon@oath.com>2017-09-28 16:21:45 +0200
commit2b145fd26c0b6a59d200a10c1bc107a92f6829f3 (patch)
tree146bc9182fc265508d1913c5a4ef06edc201c4af /service-monitor/pom.xml
parent12694e5879ae0261d1d92e81f7cb900d31a4a051 (diff)
Map SuperModel to ServiceModel
Diffstat (limited to 'service-monitor/pom.xml')
-rw-r--r--service-monitor/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/service-monitor/pom.xml b/service-monitor/pom.xml
index 8d8518f2b20..13602c60cf8 100644
--- a/service-monitor/pom.xml
+++ b/service-monitor/pom.xml
@@ -54,6 +54,18 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-model-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-provisioning</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_${scala.major-version}</artifactId>
<scope>test</scope>