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 20:59:11 UTC

svn commit: r1532485 - /cxf/branches/2.7.x-fixes/rt/core/pom.xml

Author: dkulp
Date: Tue Oct 15 18:59:11 2013
New Revision: 1532485

URL: http://svn.apache.org/r1532485
Log:
[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.7.x-fixes/rt/core/pom.xml

Modified: cxf/branches/2.7.x-fixes/rt/core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/rt/core/pom.xml?rev=1532485&r1=1532484&r2=1532485&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/rt/core/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/rt/core/pom.xml Tue Oct 15 18:59:11 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>