summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2019-10-22 14:46:54 +0200
committerSimon Rettberg2019-10-22 14:46:54 +0200
commit24604b2db4353d00c70644bb4d915e8a294941b1 (patch)
tree8cd315e47f923478bc05336891bc74448d2eab35 /pom.xml
parentJson: Fix deserialization of bools in Thrift classes (diff)
downloadmaster-sync-shared-24604b2db4353d00c70644bb4d915e8a294941b1.tar.gz
master-sync-shared-24604b2db4353d00c70644bb4d915e8a294941b1.tar.xz
master-sync-shared-24604b2db4353d00c70644bb4d915e8a294941b1.zip
Add javax.annotation.Generated dependency for Java 9
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3f867de..32b6675 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,12 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <version>1.3.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>