Author: bimargulies
Date: Thu Nov 4 16:49:28 2010
New Revision: 1031075
URL: http://svn.apache.org/viewvc?rev=1031075&view=rev
Log:
Move to new Maven coordinates for XMLSchema.
Modified:
cxf/trunk/api/pom.xml
cxf/trunk/common/common/pom.xml
cxf/trunk/common/wstx-msv-validation/pom.xml
cxf/trunk/common/xerces-xsd-validation/pom.xml
cxf/trunk/parent/pom.xml
cxf/trunk/rt/core/pom.xml
cxf/trunk/tools/corba/pom.xml
cxf/trunk/tools/validator/pom.xml
Modified: cxf/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/api/pom.xml?rev=1031075&r1=1031074&r2=1031075&view=diff
==============================================================================
--- cxf/trunk/api/pom.xml (original)
+++ cxf/trunk/api/pom.xml Thu Nov 4 16:49:28 2010
@@ -51,8 +51,8 @@
</dependency>
<dependency>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
+ <groupId>org.apache.ws.xmlschema</groupId>
+ <artifactId>xmlschema-core</artifactId>
</dependency>
<dependency>
Modified: cxf/trunk/common/common/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/common/common/pom.xml?rev=1031075&r1=1031074&r2=1031075&view=diff
==============================================================================
--- cxf/trunk/common/common/pom.xml (original)
+++ cxf/trunk/common/common/pom.xml Thu Nov 4 16:49:28 2010
@@ -77,8 +77,8 @@
</dependency>
<dependency>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
+ <groupId>org.apache.ws.xmlschema</groupId>
+ <artifactId>xmlschema-core</artifactId>
</dependency>
<dependency>
Modified: cxf/trunk/common/wstx-msv-validation/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/common/wstx-msv-validation/pom.xml?rev=1031075&r1=1031074&r2=1031075&view=diff
==============================================================================
--- cxf/trunk/common/wstx-msv-validation/pom.xml (original)
+++ cxf/trunk/common/wstx-msv-validation/pom.xml Thu Nov 4 16:49:28 2010
@@ -62,8 +62,8 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
+ <groupId>org.apache.ws.xmlschema</groupId>
+ <artifactId>xmlschema-core</artifactId>
</dependency>
</dependencies>
<profiles>
Modified: cxf/trunk/common/xerces-xsd-validation/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/common/xerces-xsd-validation/pom.xml?rev=1031075&r1=1031074&r2=1031075&view=diff
==============================================================================
--- cxf/trunk/common/xerces-xsd-validation/pom.xml (original)
+++ cxf/trunk/common/xerces-xsd-validation/pom.xml Thu Nov 4 16:49:28 2010
@@ -52,8 +52,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
+ <groupId>org.apache.ws.xmlschema</groupId>
+ <artifactId>xmlschema-core</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1031075&r1=1031074&r2=1031075&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Nov 4 16:49:28 2010
@@ -570,8 +570,8 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
+ <groupId>org.apache.ws.xmlschema</groupId>
+ <artifactId>xmlschema-core</artifactId>
<version>${cxf.xmlschema.version}</version>
<exclusions>
<!-- on IBM jdk, XmlSchema pulls these in -->
Modified: cxf/trunk/rt/core/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/core/pom.xml?rev=1031075&r1=1031074&r2=1031075&view=diff
==============================================================================
--- cxf/trunk/rt/core/pom.xml (original)
+++ cxf/trunk/rt/core/pom.xml Thu Nov 4 16:49:28 2010
@@ -62,8 +62,8 @@
</dependency>
<dependency>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
+ <groupId>org.apache.ws.xmlschema</groupId>
+ <artifactId>xmlschema-core</artifactId>
</dependency>
<dependency>
Modified: cxf/trunk/tools/corba/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/tools/corba/pom.xml?rev=1031075&r1=1031074&r2=1031075&view=diff
==============================================================================
--- cxf/trunk/tools/corba/pom.xml (original)
+++ cxf/trunk/tools/corba/pom.xml Thu Nov 4 16:49:28 2010
@@ -64,8 +64,8 @@
<artifactId>antlr</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
+ <groupId>org.apache.ws.xmlschema</groupId>
+ <artifactId>xmlschema-core</artifactId>
</dependency>
<dependency>
<groupId>${cxf.stax.impl.groupId}</groupId>
Modified: cxf/trunk/tools/validator/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/tools/validator/pom.xml?rev=1031075&r1=1031074&r2=1031075&view=diff
==============================================================================
--- cxf/trunk/tools/validator/pom.xml (original)
+++ cxf/trunk/tools/validator/pom.xml Thu Nov 4 16:49:28 2010
@@ -70,13 +70,11 @@
<artifactId>jaxb-impl</artifactId>
</dependency>
-
<dependency>
- <groupId>org.apache.ws.commons.schema</groupId>
- <artifactId>XmlSchema</artifactId>
+ <groupId>org.apache.ws.xmlschema</groupId>
+ <artifactId>xmlschema-core</artifactId>
</dependency>
-
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>