From 68b0c6ff8d10741a4af0048272e946ffaf42e988 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 31 Dec 2006 12:29:20 +0000 Subject: [PATCH] Upgraded to Spring 2.0.1 and Axiom 1.2.1 --- core/pom.xml | 7 +- .../soap/axiom/AxiomSoapMessageFactory.java | 2 +- pom.xml | 84 ++++++------------- 3 files changed, 28 insertions(+), 65 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 31705fd7..cdda4923 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -71,13 +71,8 @@ - ws-commons - axiom-api - true - - - ws-commons axiom-impl + org.apache.ws.commons.axiom true diff --git a/core/src/main/java/org/springframework/ws/soap/axiom/AxiomSoapMessageFactory.java b/core/src/main/java/org/springframework/ws/soap/axiom/AxiomSoapMessageFactory.java index d66c7289..11ebd460 100644 --- a/core/src/main/java/org/springframework/ws/soap/axiom/AxiomSoapMessageFactory.java +++ b/core/src/main/java/org/springframework/ws/soap/axiom/AxiomSoapMessageFactory.java @@ -26,11 +26,11 @@ import javax.xml.stream.XMLStreamReader; import org.apache.axiom.attachments.Attachments; import org.apache.axiom.om.OMException; import org.apache.axiom.om.impl.MTOMConstants; -import org.apache.axiom.om.impl.mtom.MTOMStAXSOAPModelBuilder; import org.apache.axiom.soap.SOAP11Constants; import org.apache.axiom.soap.SOAP12Constants; import org.apache.axiom.soap.SOAPFactory; import org.apache.axiom.soap.SOAPMessage; +import org.apache.axiom.soap.impl.builder.MTOMStAXSOAPModelBuilder; import org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder; import org.apache.axiom.soap.impl.llom.soap11.SOAP11Factory; import org.apache.axiom.soap.impl.llom.soap12.SOAP12Factory; diff --git a/pom.xml b/pom.xml index 978b673f..d4c0436f 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ - 2.0 + 2.0.1 @@ -124,55 +124,6 @@ - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.2.1 - - - org.apache.maven.plugins - maven-clean-plugin - 2.1 - - - org.apache.maven.plugins - maven-site-plugin - 2.0-beta-5 - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.1 - - - org.apache.maven.plugins - maven-surefire-plugin - 2.2 - - - org.apache.maven.plugins - maven-jar-plugin - 2.1 - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.1 - - - org.apache.maven.plugins - maven-assembly-plugin - 2.1 - - - org.apache.maven.plugins - maven-release-plugin - 2.0-beta-4 - - - @@ -393,11 +344,33 @@ jaxen jaxen 1.1-beta-9 + + + dom4j + dom4j + + + jdom + jdom + + + xom + xom + + + xerces + xmlParserAPIs + + + xerces + xercesImpl + + xml-apis xml-apis - 1.3.03 + 1.3.04 org.codehaus.woodstox @@ -492,14 +465,9 @@ provided - ws-commons - axiom-api - 1.1.1 - - - ws-commons axiom-impl - 1.1.1 + org.apache.ws.commons.axiom + 1.2.1