aboutsummaryrefslogtreecommitdiffstats
path: root/testutil/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testutil/pom.xml')
-rw-r--r--testutil/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index 5c6aa1881f7..f3bc9cb2212 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -27,6 +27,12 @@
<classifier>no_aop</classifier>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>annotations</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>compile</scope>