You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by as...@apache.org on 2009/04/13 23:27:56 UTC

svn commit: r764615 - /webservices/commons/trunk/modules/transport/modules/base/pom.xml

Author: asankha
Date: Mon Apr 13 21:27:55 2009
New Revision: 764615

URL: http://svn.apache.org/viewvc?rev=764615&view=rev
Log:
exclude geronimo javamail and activation becoming a dependency for those below

Modified:
    webservices/commons/trunk/modules/transport/modules/base/pom.xml

Modified: webservices/commons/trunk/modules/transport/modules/base/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/base/pom.xml?rev=764615&r1=764614&r2=764615&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/base/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/base/pom.xml Mon Apr 13 21:27:55 2009
@@ -80,6 +80,16 @@
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-javamail_1.4_spec</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-activation_1.1_spec</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>