summaryrefslogtreecommitdiffstats
path: root/container-core/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-core/pom.xml
parent800c53c580717f7f1d8bcc02d31235ac6d3673d2 (diff)
Add zone info to query profile context
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 7e4198bad0d..910781f4e7d 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -240,6 +240,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>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>