You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ve...@apache.org on 2009/02/07 12:32:57 UTC

svn commit: r741878 - /webservices/axis2/trunk/java/modules/saaj/pom.xml

Author: veithen
Date: Sat Feb  7 11:32:56 2009
New Revision: 741878

URL: http://svn.apache.org/viewvc?rev=741878&view=rev
Log:
AXIS2-4228: Added a comment explaining why the jaxp-ri dependency is required.

Modified:
    webservices/axis2/trunk/java/modules/saaj/pom.xml

Modified: webservices/axis2/trunk/java/modules/saaj/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/saaj/pom.xml?rev=741878&r1=741877&r2=741878&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/saaj/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/saaj/pom.xml Sat Feb  7 11:32:56 2009
@@ -85,6 +85,8 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <!-- This is required on IBM JDKs (and potentially others) because saaj-impl depends
+             on Sun's internal copy of Xerces. See AXIS2-4228. -->
         <dependency>
             <groupId>com.sun.xml.parsers</groupId>
             <artifactId>jaxp-ri</artifactId>