Author: veithen
Date: Mon Dec  6 23:50:13 2010
New Revision: 1042866

URL: http://svn.apache.org/viewvc?rev=1042866&view=rev
Log:
Removed the direct StAX, activation and javamail dependencies and use whatever 
Axis2 and Axiom recommends. In particular this removes the duplicate dependency 
on the StAX API.

Modified:
    axis/axis2/java/sandesha/trunk/modules/interop/pom.xml
    axis/axis2/java/sandesha/trunk/modules/samples/pom.xml
    axis/axis2/java/sandesha/trunk/pom.xml

Modified: axis/axis2/java/sandesha/trunk/modules/interop/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/interop/pom.xml?rev=1042866&r1=1042865&r2=1042866&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/modules/interop/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/modules/interop/pom.xml Mon Dec  6 23:50:13 
2010
@@ -148,17 +148,6 @@
             <version>${wsdl4j.version}</version>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-activation_1.1_spec</artifactId>
-            <version>${geronimo.spec.activation.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javamail_1.4_spec</artifactId>
-            <version>${geronimo.spec.javamail.version}</version>
-        </dependency>
-
         <!-- Rampart -->
         <dependency>
             <groupId>org.apache.rampart</groupId>

Modified: axis/axis2/java/sandesha/trunk/modules/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/samples/pom.xml?rev=1042866&r1=1042865&r2=1042866&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/modules/samples/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/modules/samples/pom.xml Mon Dec  6 23:50:13 
2010
@@ -103,17 +103,6 @@
             <artifactId>axis2-transport-http</artifactId>
             <version>${axis2.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-activation_1.1_spec</artifactId>
-            <version>${geronimo.spec.activation.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javamail_1.4_spec</artifactId>
-            <version>${geronimo.spec.javamail.version}</version>
-        </dependency>
-        
     </dependencies>
 
 </project>

Modified: axis/axis2/java/sandesha/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1042866&r1=1042865&r2=1042866&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Mon Dec  6 23:50:13 2010
@@ -228,18 +228,6 @@
         </dependency>
 
         <dependency>
-            <groupId>${stax.impl.groupid}</groupId>
-            <artifactId>${stax.impl.artifactid}</artifactId>
-            <version>${stax.impl.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>${stax.api.version}</version>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>3.8.2</version>
@@ -320,12 +308,6 @@
         <axiom.version>1.2.11-SNAPSHOT</axiom.version>
         <neethi.version>3.0.0-SNAPSHOT</neethi.version>
         <commons.logging.version>1.1.1</commons.logging.version>
-        <stax.api.version>1.0.1</stax.api.version>
-        <stax.impl.artifactid>wstx-asl</stax.impl.artifactid>
-        <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
-        <stax.impl.version>3.2.4</stax.impl.version>
-        
<geronimo.spec.activation.version>1.0.1</geronimo.spec.activation.version>
-        <geronimo.spec.javamail.version>1.2</geronimo.spec.javamail.version>
         <junit.version>3.8.2</junit.version>        
         <log4j.version>1.2.15</log4j.version>
     </properties>


Reply via email to