summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2017-11-16 15:33:26 +0100
committerGitHub <noreply@github.com>2017-11-16 15:33:26 +0100
commite9680885c4f17104212dcafd64a26d8506e2ab9a (patch)
treeb5d786fd856898572bff51c5e2783d75cba66f68 /config-model
parent0d7e5a2789af46e7744bf9b0ddc18d5a97d1bb3b (diff)
parent42cc0fb1aec64bd5898bc2781e1aeaee38c3f08d (diff)
Merge pull request #4169 from vespa-engine/hmusum/dont-depend-on-filedistribution
Don't depend on filedistribution
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>