summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tenant-cd-api/pom.xml')
-rw-r--r--tenant-cd-api/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tenant-cd-api/pom.xml b/tenant-cd-api/pom.xml
index b19d42d094f..233788a12a9 100644
--- a/tenant-cd-api/pom.xml
+++ b/tenant-cd-api/pom.xml
@@ -40,6 +40,13 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <!-- required to inject component from test implementation -->
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>component</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- compile -->
<dependency> <!-- TODO(bjorncs): share junit version number with test-runner implementation -->