Author: lresende
Date: Wed Oct 29 12:42:40 2008
New Revision: 708989
URL: http://svn.apache.org/viewvc?rev=708989&view=rev
Log:
TUSCANY-2651 - Fixing XMLSchema dependency issue that was causing build failure
after original TUSCANY-2651 merge from trunk
Modified:
tuscany/branches/sca-java-1.3.3/modules/xsd/pom.xml
Modified: tuscany/branches/sca-java-1.3.3/modules/xsd/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.3/modules/xsd/pom.xml?rev=708989&r1=708988&r2=708989&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.3/modules/xsd/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.3/modules/xsd/pom.xml Wed Oct 29 12:42:40 2008
@@ -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>