summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index e355cac12c1..10fe37cfc4b 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -30,12 +30,6 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>service-monitor</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>defaults</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
@@ -44,7 +38,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>orchestrator</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>