From 8eecccbdfd32a794e38ae00f637e34d647d87556 Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 8 Aug 2008 14:26:47 +0000 Subject: Remove dependencies on xml-apis, xercesImpl, and xalan except for the one plave in the axis2 binding that needs xercesImpl when doing ws-sec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683979 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/modules/binding-ws-axis2/pom.xml | 117 ++++++++++++++++++++---- java/sca/modules/databinding-axiom/pom.xml | 11 +-- java/sca/modules/databinding-jaxb-axiom/pom.xml | 4 + java/sca/modules/databinding-sdo-axiom/pom.xml | 11 +-- java/sca/modules/implementation-script/pom.xml | 4 + java/sca/modules/policy-security-ws/pom.xml | 19 ++-- java/sca/modules/policy-xml-ws/pom.xml | 11 +-- 7 files changed, 132 insertions(+), 45 deletions(-) (limited to 'java/sca/modules') diff --git a/java/sca/modules/binding-ws-axis2/pom.xml b/java/sca/modules/binding-ws-axis2/pom.xml index 0c942e7786..42c2140511 100644 --- a/java/sca/modules/binding-ws-axis2/pom.xml +++ b/java/sca/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 + + @@ -154,6 +184,14 @@ stax stax-api + + xerces + xercesImpl + + + xalan + xalan + @@ -169,17 +207,14 @@ stax stax-api + + xml-apis + xml-apis + 1.2.5 - - xerces - xercesImpl - 2.8.1 - runtime - - org.apache.ws.commons.axiom axiom-impl @@ -296,6 +331,16 @@ org.apache.axis2 axis2-mtompolicy 1.3 + + + xalan + xalan + + + xerces + xercesImpl + + @@ -304,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 + + @@ -352,6 +398,18 @@ stax stax-api + + xalan + xalan + + + xml-apis + xml-apis + + + xerces + xercesImpl + @@ -390,6 +448,19 @@ XmlSchema + + xalan + xalan + + + xml-apis + xml-apis + + + xerces + xercesImpl + + @@ -437,6 +508,18 @@ org.apache.ws.commons.schema XmlSchema + + xalan + xalan + + + xml-apis + xml-apis + + + xerces + xercesImpl + diff --git a/java/sca/modules/databinding-axiom/pom.xml b/java/sca/modules/databinding-axiom/pom.xml index 1cbc5a6c2a..f602ad3519 100644 --- a/java/sca/modules/databinding-axiom/pom.xml +++ b/java/sca/modules/databinding-axiom/pom.xml @@ -59,16 +59,13 @@ stax stax-api + + xml-apis + xml-apis + - - xerces - xercesImpl - 2.8.1 - runtime - - org.apache.ws.commons.axiom axiom-impl diff --git a/java/sca/modules/databinding-jaxb-axiom/pom.xml b/java/sca/modules/databinding-jaxb-axiom/pom.xml index d5c9a46aeb..12150abb7e 100644 --- a/java/sca/modules/databinding-jaxb-axiom/pom.xml +++ b/java/sca/modules/databinding-jaxb-axiom/pom.xml @@ -56,6 +56,10 @@ commons-logging commons-logging + + xml-apis + xml-apis + diff --git a/java/sca/modules/databinding-sdo-axiom/pom.xml b/java/sca/modules/databinding-sdo-axiom/pom.xml index 17120d6268..297f77d5ee 100644 --- a/java/sca/modules/databinding-sdo-axiom/pom.xml +++ b/java/sca/modules/databinding-sdo-axiom/pom.xml @@ -58,6 +58,10 @@ commons-logging commons-logging + + xml-apis + xml-apis + @@ -68,13 +72,6 @@ runtime - - xerces - xercesImpl - 2.8.1 - runtime - - commons-logging commons-logging diff --git a/java/sca/modules/implementation-script/pom.xml b/java/sca/modules/implementation-script/pom.xml index c456a87109..194bad0caf 100644 --- a/java/sca/modules/implementation-script/pom.xml +++ b/java/sca/modules/implementation-script/pom.xml @@ -73,6 +73,10 @@ commons-logging commons-logging + + xml-apis + xml-apis + 1.2.5 diff --git a/java/sca/modules/policy-security-ws/pom.xml b/java/sca/modules/policy-security-ws/pom.xml index 39451178f3..f733f7f4c6 100644 --- a/java/sca/modules/policy-security-ws/pom.xml +++ b/java/sca/modules/policy-security-ws/pom.xml @@ -63,17 +63,14 @@ commons-logging commons-logging + + xml-apis + xml-apis + 1.2.5 - - xerces - xercesImpl - 2.8.1 - runtime - - org.apache.ws.commons.axiom axiom-impl @@ -89,6 +86,14 @@ backport-util-concurrent backport-util-concurrent + + xalan + xalan + + + xerces + xercesImpl + diff --git a/java/sca/modules/policy-xml-ws/pom.xml b/java/sca/modules/policy-xml-ws/pom.xml index ff89556770..f6d8a884ec 100644 --- a/java/sca/modules/policy-xml-ws/pom.xml +++ b/java/sca/modules/policy-xml-ws/pom.xml @@ -64,16 +64,13 @@ commons-logging commons-logging + + xml-apis + xml-apis + - - xerces - xercesImpl - 2.8.1 - runtime - - org.apache.neethi neethi -- cgit v1.2.3