diff options
Diffstat (limited to 'eaaf_core_api')
-rw-r--r-- | eaaf_core_api/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml index c16bf39c..d26e3483 100644 --- a/eaaf_core_api/pom.xml +++ b/eaaf_core_api/pom.xml @@ -41,6 +41,10 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + </dependency> + <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> |