summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
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 /node-admin/pom.xml
parenta7ae294a35e6248d432a5b8af50bd88f6fb2c53a (diff)
Revert "Provide service-monitor and application-model"
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index f7691cda3f7..c38e66f0b19 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -42,18 +42,6 @@
</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>