Author: saminda
Date: Mon Dec 10 05:32:03 2007
New Revision: 10849
Log:
removed stax dependency and allow it to come through axiom
Modified:
trunk/commons/codegen/pom.xml
trunk/commons/performance/axis2/axis2-adb/pom.xml
trunk/commons/statistics/pom.xml
trunk/commons/tracer/pom.xml
Modified: trunk/commons/codegen/pom.xml
==============================================================================
--- trunk/commons/codegen/pom.xml (original)
+++ trunk/commons/codegen/pom.xml Mon Dec 10 05:32:03 2007
@@ -278,20 +278,17 @@
</dependency>
<dependency>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0.1</version>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <version>1.1-beta-10</version>
</dependency>
+
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.1</version>
</dependency>
- <dependency>
- <groupId>jaxen</groupId>
- <artifactId>jaxen</artifactId>
- <version>1.1-beta-10</version>
- </dependency>
+
</dependencies>
<repositories>
Modified: trunk/commons/performance/axis2/axis2-adb/pom.xml
==============================================================================
--- trunk/commons/performance/axis2/axis2-adb/pom.xml (original)
+++ trunk/commons/performance/axis2/axis2-adb/pom.xml Mon Dec 10 05:32:03 2007
@@ -123,11 +123,7 @@
<artifactId>wstx</artifactId>
<version>asl-3.2.0</version>
</dependency>
- <dependency>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0.1</version>
- </dependency>
+
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
Modified: trunk/commons/statistics/pom.xml
==============================================================================
--- trunk/commons/statistics/pom.xml (original)
+++ trunk/commons/statistics/pom.xml Mon Dec 10 05:32:03 2007
@@ -124,11 +124,6 @@
</dependency>
<dependency>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0.1</version>
- </dependency>
- <dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.1</version>
Modified: trunk/commons/tracer/pom.xml
==============================================================================
--- trunk/commons/tracer/pom.xml (original)
+++ trunk/commons/tracer/pom.xml Mon Dec 10 05:32:03 2007
@@ -253,11 +253,6 @@
</dependency>
<dependency>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0.1</version>
- </dependency>
- <dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.1</version>
_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev