Author: dkulp
Date: Wed Aug 14 18:03:58 2013
New Revision: 1513981
URL: http://svn.apache.org/r1513981
Log:
Merged revisions 1513595 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1513595 | dkulp | 2013-08-13 13:27:26 -0400 (Tue, 13 Aug 2013) | 2 lines
Moxy internally has a dep on javamail for some attachment processing.
........
Modified:
cxf/branches/2.7.x-fixes/parent/pom.xml
Modified: cxf/branches/2.7.x-fixes/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/parent/pom.xml?rev=1513981&r1=1513980&r2=1513981&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/parent/pom.xml Wed Aug 14 18:03:58 2013
@@ -1639,6 +1639,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>