Author: gawor
Date: Wed May 21 09:52:54 2008
New Revision: 658756
URL: http://svn.apache.org/viewvc?rev=658756&view=rev
Log:
cxf 2.0.6 depends on XmlSchema 1.4.2
Modified:
geronimo/server/trunk/plugins/cxf/cxf/pom.xml
Modified: geronimo/server/trunk/plugins/cxf/cxf/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/cxf/cxf/pom.xml?rev=658756&r1=658755&r2=658756&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/cxf/cxf/pom.xml (original)
+++ geronimo/server/trunk/plugins/cxf/cxf/pom.xml Wed May 21 09:52:54 2008
@@ -130,7 +130,7 @@
<dependency>
<groupId>org.apache.ws.commons.schema</groupId>
<artifactId>XmlSchema</artifactId>
- <version>1.2</version>
+ <version>1.4.2</version>
</dependency>
<dependency>
<groupId>xml-resolver</groupId>
|