summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-12-13 08:34:42 +0100
committerJon Bratseth <bratseth@gmail.com>2021-12-13 08:34:42 +0100
commitcf7cf81ea64c016e5dcc9032462624ddb4460842 (patch)
tree39d1d97aafa73bdb8ca5d290f1148b9dc9116fa1 /container-search/pom.xml
parentda72f32fa5bfcce81b6bcc8dbe717be0869bcc77 (diff)
Revert "Merge pull request #20456 from vespa-engine/revert-20439-bratseth/zoneinfo-in-query-profile-context"
This reverts commit 2780822f7d1fc66ea2833b2b7aaa2b9cb74f5833, reversing changes made to 8ff6429daf9a695f2fa5d45a8033c75fdadfcfe2.
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>