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:
parent
3d5ea4a435
commit
be43e10b93
1 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue