Added dependency on jsr250-api to fix compilation issue of being unable to find javax.annotation.security on Sun JDK

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mcombellack 2009-11-02 20:48:27 +00:00
commit be43e10b93

View file

@ -79,6 +79,13 @@
<scope>runtime</scope>
</dependency>
-->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>