You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/08/13 19:27:27 UTC

svn commit: r1513595 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Tue Aug 13 17:27:26 2013
New Revision: 1513595

URL: http://svn.apache.org/r1513595
Log:
Moxy internally has a dep on javamail for some attachment processing.

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1513595&r1=1513594&r2=1513595&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Tue Aug 13 17:27:26 2013
@@ -1701,6 +1701,11 @@
                     <scope>provided</scope>
                     <optional>true</optional>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-javamail_1.4_spec</artifactId>
+                    <version>1.7.1</version>
+                </dependency>
             </dependencies>
             <repositories>
                 <repository>