Author: hughesj
Date: Wed Sep 27 02:59:15 2006
New Revision: 450390
URL: http://svn.apache.org/viewvc?view=rev&rev=450390
Log:
Updates to dependencies. Now using axiom-api instead of axiom-impl
Modified:
incubator/woden/trunk/java/pom.xml
Modified: incubator/woden/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/woden/trunk/java/pom.xml?view=diff&rev=450390&r1=450389&r2=450390
==============================================================================
--- incubator/woden/trunk/java/pom.xml (original)
+++ incubator/woden/trunk/java/pom.xml Wed Sep 27 02:59:15 2006
@@ -109,12 +109,12 @@
<dependency>
<groupId>org.apache.ws.commons</groupId>
<artifactId>XmlSchema</artifactId>
- <version>1.0.3</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
- <version>1.5.2</version>
+ <version>1.5.3</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
@@ -127,9 +127,9 @@
<version>2.6.0</version>
</dependency>
<dependency>
- <groupId>org.apache.ws.commons.axiom</groupId>
- <artifactId>axiom-impl</artifactId>
- <version>1.1</version>
+ <groupId>ws-commons</groupId>
+ <artifactId>axiom-api</artifactId>
+ <version>1.1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]