aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-05-23 17:31:06 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:22 +0200
commitfefc843d6498f085e08544279cdaff35c1213184 (patch)
tree5396f87cd14854fd0ef12dd2c6c6c90459930a38 /controller-server
parent5914ad5f47a06423830bed891d273625a583b2db (diff)
Add dependency to javax.annotation-api
.. to avoid ClassNotFound in unit test, but probably required runtime too.
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index ff7367e03b2..816d48455d4 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -118,6 +118,14 @@
<!-- compile -->
<dependency>
+ <!-- TODO Vespa 8: remove dep? -->
+ <!-- Required by Jersey (loaded via javax.ws.rs-api) -->
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <version>1.2</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
</dependency>