summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-11-16 14:27:26 +0100
committerHarald Musum <musum@oath.com>2017-11-16 14:27:26 +0100
commit42cc0fb1aec64bd5898bc2781e1aeaee38c3f08d (patch)
treebc5c37f5c559f757d5f5308a8a4ecf4001cc00cf /config-model
parent7a6772d914b0de0ecf683f1233c349e34067ec37 (diff)
Don't depend on filedistribution
No need to depend on filedistribution anymore, config defs are now in configdefinitions module
Diffstat (limited to 'config-model')
-rw-r--r--config-model/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 4e79da3279d..0fdc09e1a61 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -276,11 +276,6 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>filedistribution</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>searchsummary</artifactId>
<version>${project.version}</version>
</dependency>