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/10/15 21:01:01 UTC

svn commit: r1532487 - /cxf/branches/2.6.x-fixes/rt/core/pom.xml

Author: dkulp
Date: Tue Oct 15 19:01:00 2013
New Revision: 1532487

URL: http://svn.apache.org/r1532487
Log:
Merged revisions 1532485 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes

........
  r1532485 | dkulp | 2013-10-15 14:59:11 -0400 (Tue, 15 Oct 2013) | 3 lines

  [CXF-5323] Remove unused direct dependency on mail spec
  Doesn't really change anything as it's pulled in from api

........

Modified:
    cxf/branches/2.6.x-fixes/rt/core/pom.xml

Modified: cxf/branches/2.6.x-fixes/rt/core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/rt/core/pom.xml?rev=1532487&r1=1532486&r2=1532487&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/rt/core/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/rt/core/pom.xml Tue Oct 15 19:01:00 2013
@@ -39,7 +39,6 @@
         <cxf.osgi.import>
             org.springframework*;resolution:=optional;version="${cxf.osgi.spring.version}",
             javax.activation;version="${cxf.osgi.javax.activation.version}",
-            javax.mail;version="${cxf.osgi.javax.mail.version}",
             javax.annotation;version="${cxf.osgi.javax.annotation.version}",
             javax.xml.bind*;version="${cxf.osgi.javax.bind.version}",
             javax.xml.stream*;version="${cxf.osgi.javax.stream.version}",
@@ -117,10 +116,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javamail_1.4_spec</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.sun.xml.fastinfoset</groupId>
             <artifactId>FastInfoset</artifactId>
             <optional>true</optional>