diff options
Diffstat (limited to 'adaptors/aai-service/provider/pom.xml')
-rwxr-xr-x | adaptors/aai-service/provider/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/adaptors/aai-service/provider/pom.xml b/adaptors/aai-service/provider/pom.xml index 11d04b1fe..fe963fd85 100755 --- a/adaptors/aai-service/provider/pom.xml +++ b/adaptors/aai-service/provider/pom.xml @@ -100,6 +100,10 @@ <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + </dependency> </dependencies> <build> |