Author: veithen
Date: Mon Sep 10 20:04:07 2012
New Revision: 1383094

URL: http://svn.apache.org/viewvc?rev=1383094&view=rev
Log:
AXIS-2875: Override SAAJ version so that we can build on Java 1.6.

Modified:
    axis/axis1/java/trunk/axis/pom.xml

Modified: axis/axis1/java/trunk/axis/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis/pom.xml?rev=1383094&r1=1383093&r2=1383094&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis/pom.xml (original)
+++ axis/axis1/java/trunk/axis/pom.xml Mon Sep 10 20:04:07 2012
@@ -166,7 +166,12 @@
                                 <artifactItem>
                                     <groupId>xerces</groupId>
                                     <artifactId>xmlParserAPIs</artifactId>
-                                 </artifactItem>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>${project.groupId}</groupId>
+                                    <artifactId>axis-saaj</artifactId>
+                                    <version>${project.version}</version>
+                                </artifactItem>
                             </artifactItems>
                             <overWrite>true</overWrite>
                             
<outputDirectory>${project.build.directory}/endorsed</outputDirectory>
@@ -189,8 +194,8 @@
                         
<exclude>org/apache/axis/encoding/ser/xbeans/**</exclude>
                     </excludes>
                     <compilerArgument>
-                        <!-- Necessary because we only support DOM 2 -->
-                        
-Xbootclasspath/p:${project.build.directory}/endorsed/xmlParserAPIs.jar
+                        <!-- Necessary because we only support DOM 2 and SAAJ 
1.2 -->
+                        
-Xbootclasspath/p:${project.build.directory}/endorsed/xmlParserAPIs.jar${path.separator}${project.build.directory}/endorsed/axis-saaj.jar
                     </compilerArgument>
                 </configuration>
             </plugin>


Reply via email to