summaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-12-13 08:49:34 +0100
committerJon Bratseth <bratseth@gmail.com>2021-12-13 08:49:34 +0100
commit6395c31594576fa198bd5f0683fa7d423d38c56e (patch)
tree1c0d50d719e789fdb3241d27712e19fc9907c8d0 /container-search-and-docproc
parentcf7cf81ea64c016e5dcc9032462624ddb4460842 (diff)
Add direct dependency
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 056e746bf69..90c9c056131 100644
--- a/container-search-and-docproc/pom.xml
+++ b/container-search-and-docproc/pom.xml
@@ -199,6 +199,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>hosted-zone-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<scope>provided</scope>