Author: veithen
Date: Mon May 24 14:06:33 2010
New Revision: 947645
URL: http://svn.apache.org/viewvc?rev=947645&view=rev
Log:
Switched to Saxon 8.7 for the integration tests, so that the dependency can be
pulled from central with correct metadata.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml?rev=947645&r1=947644&r2=947645&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
Mon May 24 14:06:33 2010
@@ -80,12 +80,12 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon</artifactId>
- <version>8.9</version>
+ <version>8.7</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon-dom</artifactId>
- <version>8.9</version>
+ <version>8.7</version>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.axiom</groupId>
@@ -123,18 +123,4 @@
</plugin>
</plugins>
</build>
- <repositories>
- <!-- This is used for Saxon 8.9 -->
- <repository>
- <id>wso2-m2</id>
- <name>WSO2 Maven 2 Repository</name>
- <url>http://dist.wso2.org/maven2/</url>
- <releases>
- <updatePolicy>never</updatePolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
</project>