TUSCANY-2513 add missing dependency on jsr181
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
573cd7b4f5
commit
130f96c029
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@
|
|||
<artifactId>tuscany-sca-api</artifactId>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.jws</groupId>
|
||||
<artifactId>jsr181-api</artifactId>
|
||||
<version>1.0-MR1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Add table
Reference in a new issue