aboutsummaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-11 15:53:51 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-11 15:55:32 +0100
commit5c3a55faac3ae620a51f6b0388f8e1d091e725f0 (patch)
tree8fec1bb46dafc7f218e8ffd314a0b9f46f733198 /container-search-and-docproc
parent1b7e6a0dfb0b8686aeddce7418d28bbdfd4909c1 (diff)
Remove implicit and potensially false dependency on jdisc_http_service
Required for later changes to jdisc_http_service. Removes jdisc_http_service from provided-dependencies.
Diffstat (limited to 'container-search-and-docproc')
-rw-r--r--container-search-and-docproc/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-search-and-docproc/pom.xml b/container-search-and-docproc/pom.xml
index 04bf858ba3c..c0fdf37d82f 100644
--- a/container-search-and-docproc/pom.xml
+++ b/container-search-and-docproc/pom.xml
@@ -50,6 +50,12 @@
</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>