From 889956911af6e6cfdbd9595968cd8bf8bbb7c889 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 13 May 2009 10:47:25 +0000 Subject: [PATCH] SWS-492 - Maven POM uses incorrect stax-api dependency --- core-tiger/pom.xml | 5 +++-- core/pom.xml | 5 +++-- oxm-tiger/pom.xml | 9 +++++---- oxm/pom.xml | 16 ++++++++-------- parent/pom.xml | 7 ++++--- pom.xml | 22 ++++++++++++---------- security/pom.xml | 5 +++-- xml/pom.xml | 5 +++-- 8 files changed, 41 insertions(+), 33 deletions(-) diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index b6d9eef6..1acd213c 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -1,4 +1,5 @@ - + spring-ws-parent org.springframework.ws @@ -16,7 +17,7 @@ - stax + javax.xml.stream stax-api diff --git a/core/pom.xml b/core/pom.xml index c6f3ea7b..3183ba95 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,4 +1,5 @@ - + spring-ws-parent org.springframework.ws @@ -17,7 +18,7 @@ - stax + javax.xml.stream stax-api diff --git a/oxm-tiger/pom.xml b/oxm-tiger/pom.xml index ff9196ff..7a1a052e 100644 --- a/oxm-tiger/pom.xml +++ b/oxm-tiger/pom.xml @@ -1,4 +1,5 @@ - + spring-ws-parent org.springframework.ws @@ -63,9 +64,9 @@ generate-test-sources - - - + + ${project.build.directory}/generated-sources/test/java diff --git a/oxm/pom.xml b/oxm/pom.xml index 944c28b1..5e8fddef 100644 --- a/oxm/pom.xml +++ b/oxm/pom.xml @@ -1,4 +1,5 @@ - + spring-ws-parent org.springframework.ws @@ -17,7 +18,7 @@ - stax + javax.xml.stream stax-api @@ -38,9 +39,9 @@ generate-test-sources - - - + + ${project.build.directory}/generated-sources/test/java @@ -54,9 +55,8 @@ test-compile - - - + + diff --git a/parent/pom.xml b/parent/pom.xml index bb3d9531..82cadac3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.ws spring-ws-parent @@ -255,9 +256,9 @@ 2.8.1 - stax + javax.xml.stream stax-api - 1.0.1 + 1.0-2 xalan diff --git a/pom.xml b/pom.xml index deacbab2..8c78f0b0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.ws spring-ws @@ -194,9 +195,9 @@ - stax + javax.xml.stream stax-api - 1.0.1 + 1.0-2 ${project.build.directory}/dependency/stax/ @@ -616,19 +617,20 @@ - - + + - - - - + + + + - + diff --git a/security/pom.xml b/security/pom.xml index 1eac3eb3..79e6c55d 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -1,4 +1,5 @@ - + spring-ws-parent org.springframework.ws @@ -30,7 +31,7 @@ - stax + javax.xml.stream stax-api diff --git a/xml/pom.xml b/xml/pom.xml index d4e03a56..eafa40dd 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -1,4 +1,5 @@ - + spring-ws-parent org.springframework.ws @@ -17,7 +18,7 @@ - stax + javax.xml.stream stax-api