summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2017-10-19 08:50:54 +0200
committerGitHub <noreply@github.com>2017-10-19 08:50:54 +0200
commit51363d1e5c95676640e5255b11ea0abebb4dd6d0 (patch)
tree3e369e9efcc70e9607568c88793befa44f57fb78 /orchestrator
parent1aee9a416a24538c7e2900d5f556fc6e814441bd (diff)
parent2e721f45a29dabeb8eea7f0096a74d9c091eba07 (diff)
Merge pull request #3615 from vespa-engine/hakon/provide-service-monitor-and-application-model
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>