aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 1bb06ab9694..dd2d9ceb188 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -187,6 +187,11 @@
<artifactId>config-bundle</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>hosted-zone-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- NOTE: Dependencies below are added explicitly to exclude transitive deps that are not provided runtime by the container,
and hence make them invisible to user projects' build classpath.