summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2017-10-19 11:27:25 +0200
committerGitHub <noreply@github.com>2017-10-19 11:27:25 +0200
commit29b376d9e28eab647d212abfe031e5b141891931 (patch)
treed526638dfdee240a61faa85955ae96e5c7e75175 /orchestrator
parenta7ae294a35e6248d432a5b8af50bd88f6fb2c53a (diff)
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 c50f9ddcb29..d70e5006c54 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>provided</scope>
+ <scope>compile</scope> <!-- TODO: Unbundle, but fix JSON serialization of model objects first. -->
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
@@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>application-model</artifactId>
+ <artifactId>config-model-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>