fix 1.5 build with reintroducing javax.annotation:jsr250-api dependency

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-06-14 09:20:01 +00:00
parent 1bc0683d36
commit 45a61ecfa3
1 changed files with 4 additions and 0 deletions

View File

@ -45,5 +45,9 @@
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
</dependency>
</dependencies>
</project>