You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/08/04 12:16:36 UTC

svn commit: r1510128 - in /webservices/axiom/trunk: legal/geronimo-javamail-LICENSE.txt modules/axiom-compat/pom.xml

Author: veithen
Date: Sun Aug  4 10:16:36 2013
New Revision: 1510128

URL: http://svn.apache.org/r1510128
Log:
AXIOM-418: Made JavaMail an optional dependency of axiom-compat. This removes the JavaMail JAR from the distribution. Deleted the corresponding license file.

Removed:
    webservices/axiom/trunk/legal/geronimo-javamail-LICENSE.txt
Modified:
    webservices/axiom/trunk/modules/axiom-compat/pom.xml

Modified: webservices/axiom/trunk/modules/axiom-compat/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-compat/pom.xml?rev=1510128&r1=1510127&r2=1510128&view=diff
==============================================================================
--- webservices/axiom/trunk/modules/axiom-compat/pom.xml (original)
+++ webservices/axiom/trunk/modules/axiom-compat/pom.xml Sun Aug  4 10:16:36 2013
@@ -46,6 +46,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-javamail_1.4_spec</artifactId>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>