summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@yahoo-inc.com>2016-06-17 14:38:25 +0200
committergjoranv <gv@yahoo-inc.com>2016-06-21 00:32:08 +0200
commitab6fc061e9c01fd2b4a2d96b68021fad1adc525e (patch)
tree5ac216c4c15dbf7969270c3b29df05ea6e6bba98 /container-search/pom.xml
parentdd5de94a49973bd6a8aa45c3699fdb5f13efa468 (diff)
Install searchlib as a bundle
.. instead of embedding into the container-disc bundle * Add searchlib as a direct dependency of container-dev, as it was until now pulled in via container-search * Remove invalid exclusions of searchlib - it's not pulled in transitively anymore, as it's been set to provided scope in container-search and container-disc
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index eaab9079b89..933d1128e01 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -106,6 +106,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>searchlib</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>