Add saaj-api to endorsed directory to fix build failure on JDK 5

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1039168 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/itest/wsdlgen/pom.xml b/itest/wsdlgen/pom.xml
index 4fd168c..5519af9 100644
--- a/itest/wsdlgen/pom.xml
+++ b/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>