summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-11-25 20:46:27 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-11-25 20:46:27 +0000
commit91a14ec0e3a11faa64be24c73d991b6caba26bfa (patch)
tree025f0349405a8c5797431a199cfd685915d667cd /sca-java-1.x
parentcad2db871387de1dd0f37d07144311183d763f48 (diff)
Add saaj-api to endorsed directory to fix build failure on JDK 5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039168 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/trunk/itest/wsdlgen/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/itest/wsdlgen/pom.xml b/sca-java-1.x/trunk/itest/wsdlgen/pom.xml
index 4fd168cfca..5519af96ee 100644
--- a/sca-java-1.x/trunk/itest/wsdlgen/pom.xml
+++ b/sca-java-1.x/trunk/itest/wsdlgen/pom.xml
@@ -115,7 +115,7 @@
<version>2.1.4</version>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -145,6 +145,13 @@
<version>2.1</version>
<type>jar</type>
</artifactItem>
+ <!-- need to include saaj-api because it's referenced by jaxws-api -->
+ <artifactItem>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ <version>1.3</version>
+ <type>jar</type>
+ </artifactItem>
<artifactItem>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>