summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2017-10-02 00:39:53 +0200
committerHåkon Hallingstad <hakon@oath.com>2017-10-02 00:39:53 +0200
commitd0ec9f1f66915b2086fa69a7fabdad085b978aec (patch)
tree659e19671771cf91a483e71f9a89c7ea98bff178
parenta87b355f5909cbd9fb350eeb0eab3c876446fedf (diff)
Make Orchestrator depend on config model api
-rw-r--r--orchestrator/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index c2091e74435..d70e5006c54 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -35,6 +35,12 @@
</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>jaxrs_client_utils</artifactId>
<version>${project.version}</version>
<scope>compile</scope>