summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-04-26 19:29:29 +0200
committerHarald Musum <musum@yahoo-inc.com>2017-04-26 19:29:29 +0200
commit0dec001304ad56747b5aeac89ca90029c0f18ab4 (patch)
treec01b3c05efdb78eb4014fc919132c700c4caf07f /node-admin/pom.xml
parent4c831e08553e525307afdf2f8e01b942a7254ffb (diff)
Revert and fix changes to dependencies
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>