aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--node-admin/pom.xml12
-rw-r--r--node-repository/pom.xml6
-rw-r--r--orchestrator/pom.xml4
-rw-r--r--service-monitor/pom.xml2
4 files changed, 21 insertions, 3 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index c38e66f0b19..f7691cda3f7 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -42,6 +42,18 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>service-monitor</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>application-model</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>container-dev</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
diff --git a/node-repository/pom.xml b/node-repository/pom.xml
index 7639f57bb03..09b0d3df3d9 100644
--- a/node-repository/pom.xml
+++ b/node-repository/pom.xml
@@ -55,6 +55,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>application-model</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>zkfacade</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
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>
diff --git a/service-monitor/pom.xml b/service-monitor/pom.xml
index 80958ca9bee..34d245c596b 100644
--- a/service-monitor/pom.xml
+++ b/service-monitor/pom.xml
@@ -57,7 +57,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>application-model</artifactId>
<version>${project.version}</version>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>