summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2017-10-19 23:32:19 +0200
committerGitHub <noreply@github.com>2017-10-19 23:32:19 +0200
commit4092a6b4b76fdb476d13e14fa4fda4581140cf97 (patch)
tree0fdf7bfe0c021a2f88cb7f9f74979a2b60e7b224 /orchestrator
parent70109980a8c3aebdd317d76e203c028e69365660 (diff)
Revert "Revert "Provide service-monitor and application-model""
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index d70e5006c54..c50f9ddcb29 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -25,7 +25,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>service-monitor</artifactId>
<version>${project.version}</version>
- <scope>compile</scope> <!-- TODO: Unbundle, but fix JSON serialization of model objects first. -->
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
@@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>config-model-api</artifactId>
+ <artifactId>application-model</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>