summaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2020-11-11 16:23:46 +0100
committerGitHub <noreply@github.com>2020-11-11 16:23:46 +0100
commit244f51c38338b66ff2f7b01dbef268f76aa3549d (patch)
treec90b7af9cc5448d74576b175a47efba42e414b2c /container-search-and-docproc
parent3d743e2ab68e2060312d79a8960272f81b36db0d (diff)
Revert "Remove implicit and potensially false dependency on jdisc_http_service"
Diffstat (limited to 'container-search-and-docproc')
-rw-r--r--container-search-and-docproc/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml
index c0fdf37d82f..04bf858ba3c 100644
--- a/container-search-and-docproc/pom.xml
+++ b/container-search-and-docproc/pom.xml
@@ -50,12 +50,6 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>jdisc_http_service</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>container-search</artifactId>
<version>${project.version}</version>
<scope>compile</scope>