[jbossws-commits] JBossWS SVN: r16167 - stack/cxf/branches/jbossws-cxf-4.0.x.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Apr 17 05:11:45 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-04-17 05:11:45 -0400 (Tue, 17 Apr 2012)
New Revision: 16167

Modified:
   stack/cxf/branches/jbossws-cxf-4.0.x/pom.xml
Log:
[AS7-4439] Move to XMLSchema 2.0.2


Modified: stack/cxf/branches/jbossws-cxf-4.0.x/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.x/pom.xml	2012-04-16 13:57:51 UTC (rev 16166)
+++ stack/cxf/branches/jbossws-cxf-4.0.x/pom.xml	2012-04-17 09:11:45 UTC (rev 16167)
@@ -97,6 +97,7 @@
     <jms.api.version>1.0.0.Final</jms.api.version>
     <velocity.version>1.6.3</velocity.version>
     <xerces.version>2.9.1</xerces.version>
+    <xmlschema.version>2.0.2</xmlschema.version>
     <xmlsec.version>1.5.1</xmlsec.version>
     <wss4j.version>1.6.5</wss4j.version>
     <wstx.version>3.2.9</wstx.version>
@@ -1053,6 +1054,11 @@
         <version>${mail.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.ws.xmlschema</groupId>
+        <artifactId>xmlschema-core</artifactId>
+        <version>${xmlschema.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.neethi</groupId>
         <artifactId>neethi</artifactId>
         <version>${neethi.version}</version>



More information about the jbossws-commits mailing list