summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-12-09 15:31:17 +0100
committerJon Bratseth <bratseth@gmail.com>2021-12-09 15:31:17 +0100
commit9822c3c3e54cab0befb7dfb7f34dc4eced6a796d (patch)
tree34bad004b0c26f6d290215c5272b64469c8dc13a /container-search/pom.xml
parent800c53c580717f7f1d8bcc02d31235ac6d3673d2 (diff)
Add zone info to query profile context
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 6417d164019..67400208db1 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -50,6 +50,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>hosted-zone-api</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>config-lib</artifactId>
<version>${project.version}</version>
<scope>provided</scope>