diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-29 19:42:40 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-29 19:42:40 +0000 |
commit | 772f7df672ca613f14cb2475fb69e09dbe239fc7 (patch) | |
tree | ad8d711deea542fb2d06062de19b710dc0085fb3 /branches/sca-java-1.3.3/modules | |
parent | f3a0021a36bfa96f25f6b51ab0e1768034fff43f (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')
-rw-r--r-- | branches/sca-java-1.3.3/modules/xsd/pom.xml | 2 |
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> |