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/10 19:33:59 UTC

svn commit: r1512809 - /webservices/axiom/trunk/apidocs/pom.xml

Author: veithen
Date: Sat Aug 10 17:33:59 2013
New Revision: 1512809

URL: http://svn.apache.org/r1512809
Log:
AXIOM-418: Still need the JavaMail dependency in the apidocs module to generate the Javadoc.

Modified:
    webservices/axiom/trunk/apidocs/pom.xml

Modified: webservices/axiom/trunk/apidocs/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/apidocs/pom.xml?rev=1512809&r1=1512808&r2=1512809&view=diff
==============================================================================
--- webservices/axiom/trunk/apidocs/pom.xml (original)
+++ webservices/axiom/trunk/apidocs/pom.xml Sat Aug 10 17:33:59 2013
@@ -76,6 +76,11 @@
             <artifactId>stax2-api</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-javamail_1.4_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>