summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.3/modules/xsd
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-10-29 19:42:40 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-10-29 19:42:40 +0000
commit772f7df672ca613f14cb2475fb69e09dbe239fc7 (patch)
treead8d711deea542fb2d06062de19b710dc0085fb3 /branches/sca-java-1.3.3/modules/xsd
parentf3a0021a36bfa96f25f6b51ab0e1768034fff43f (diff)
TUSCANY-2651 - Fixing XMLSchema dependency issue that was causing build failure after original TUSCANY-2651 merge from trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708989 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3.3/modules/xsd')
-rw-r--r--branches/sca-java-1.3.3/modules/xsd/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.3.3/modules/xsd/pom.xml b/branches/sca-java-1.3.3/modules/xsd/pom.xml
index f47f19f8be..a0713cb94b 100644
--- a/branches/sca-java-1.3.3/modules/xsd/pom.xml
+++ b/branches/sca-java-1.3.3/modules/xsd/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.ws.commons.schema</groupId>
<artifactId>XmlSchema</artifactId>
- <version>1.3.2</version>
+ <version>1.4.2</version>
</dependency>
</dependencies>