aboutsummaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2016-06-20 15:21:56 +0200
committerGitHub <noreply@github.com>2016-06-20 15:21:56 +0200
commit72fc20872754e855a17275c47ea203532a62df6c (patch)
treefdc826f38fd10123678d05246c2d2e7bff95d9f2 /container-search-and-docproc
parentdff394dfa6728e0e30d5128893b37ee16fb3a5e1 (diff)
Revert "Install searchlib as a bundle"
Diffstat (limited to 'container-search-and-docproc')
-rw-r--r--container-search-and-docproc/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml
index 36a5cc0c586..8c567c189ac 100644
--- a/container-search-and-docproc/pom.xml
+++ b/container-search-and-docproc/pom.xml
@@ -82,6 +82,10 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>jrt</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>searchlib</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -118,6 +122,10 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>jrt</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>searchlib</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>