From 4099431f74be628966e639ddd1f857e4f73caba4 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 18 Aug 2008 09:33:37 +0000 Subject: Merge fixes from trunk to 1.3.1 branch for TUSCANY-2534: WebSphere issue java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl incompatible with javax.xml.parsers.DocumentBuilderFactory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686710 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/binding-ws-axis2/pom.xml | 148 ++++++++++++++++++--- 1 file changed, 130 insertions(+), 18 deletions(-) (limited to 'branches/sca-java-1.3.1/modules/binding-ws-axis2') diff --git a/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml b/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml index c38222a456..30c8ba0808 100644 --- a/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml +++ b/branches/sca-java-1.3.1/modules/binding-ws-axis2/pom.xml @@ -114,6 +114,14 @@ org.apache.ant ant-launcher + + xerces + xercesImpl + + + xalan + xalan + @@ -134,6 +142,18 @@ xom xom + + xerces + xercesImpl + + + xalan + xalan + + + xml-apis + xml-apis + @@ -142,6 +162,16 @@ axis2-adb 1.3 runtime + + + xalan + xalan + + + xerces + xercesImpl + + @@ -149,6 +179,20 @@ axis2-codegen 1.3 runtime + + + stax + stax-api + + + xerces + xercesImpl + + + xalan + xalan + + @@ -159,21 +203,28 @@ xerces xercesImpl + + stax + stax-api + + + xml-apis + xml-apis + 1.2.5 - - xerces - xercesImpl - 2.8.1 - runtime - - org.apache.ws.commons.axiom axiom-impl 1.2.5 + + + stax + stax-api + + @@ -280,6 +331,16 @@ org.apache.axis2 axis2-mtompolicy 1.3 + + + xalan + xalan + + + xerces + xercesImpl + + @@ -288,22 +349,23 @@ 1.4.0 - - xalan - xalan - 2.7.0 - - org.apache.ws.security wss4j 1.5.3 - + - xml-apis - xml-apis - 1.3.03 + xalan + xalan + 2.7.0 + optional + + + xml-apis + xml-apis + + @@ -332,7 +394,22 @@ org.apache.ws.commons.schema XmlSchema - + + stax + stax-api + + + xalan + xalan + + + xml-apis + xml-apis + + + xerces + xercesImpl + @@ -361,12 +438,29 @@ backport-util-concurrent backport-util-concurrent + + stax + stax-api + org.apache.ws.commons.schema XmlSchema + + xalan + xalan + + + xml-apis + xml-apis + + + xerces + xercesImpl + + @@ -403,11 +497,29 @@ backport-util-concurrent backport-util-concurrent + + stax + stax-api + + + org.apache.ws.commons.schema XmlSchema + + xalan + xalan + + + xml-apis + xml-apis + + + xerces + xercesImpl + -- cgit v1.2.3