Merge r1006267 TUSCANY-3706: Add JSR 181 API dependency

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027534 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nash 2010-10-26 13:09:45 +00:00
parent 6564406a12
commit 2ae9af6cb9
3 changed files with 18 additions and 0 deletions

View file

@ -69,6 +69,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.jws</groupId>
<artifactId>jsr181-api</artifactId>
<version>1.0-MR1</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>

View file

@ -69,6 +69,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.jws</groupId>
<artifactId>jsr181-api</artifactId>
<version>1.0-MR1</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>

View file

@ -49,6 +49,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.jws</groupId>
<artifactId>jsr181-api</artifactId>
<version>1.0-MR1</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>