summaryrefslogtreecommitdiffstats
path: root/fileacquirer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fileacquirer/pom.xml')
-rw-r--r--fileacquirer/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/fileacquirer/pom.xml b/fileacquirer/pom.xml
index 8be54e15682..1a85849fd98 100644
--- a/fileacquirer/pom.xml
+++ b/fileacquirer/pom.xml
@@ -22,6 +22,12 @@
<artifactId>config</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>annotations</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<plugins>