You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2012/03/28 03:32:20 UTC

svn commit: r1306102 - in /cxf/trunk/osgi/bundle: all/pom.xml compatible/pom.xml minimal/pom.xml

Author: ningjiang
Date: Wed Mar 28 01:32:19 2012
New Revision: 1306102

URL: http://svn.apache.org/viewvc?rev=1306102&view=rev
Log:
CXF-4211 Set the importing of 'net.sf.ehcache' to be optional

Modified:
    cxf/trunk/osgi/bundle/all/pom.xml
    cxf/trunk/osgi/bundle/compatible/pom.xml
    cxf/trunk/osgi/bundle/minimal/pom.xml

Modified: cxf/trunk/osgi/bundle/all/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/all/pom.xml?rev=1306102&r1=1306101&r2=1306102&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/all/pom.xml (original)
+++ cxf/trunk/osgi/bundle/all/pom.xml Wed Mar 28 01:32:19 2012
@@ -333,6 +333,7 @@
                             antlr*;resolution:=optional,
                             com.sun*;resolution:=optional,
                             com.ctc.wstx.msv*;resolution:=optional,
+                            net.sf.ehcache*;resolution:=optional,
                             org.codehaus.stax2*;resolution:=optional,
                             commonj.sdo*;resolution:=optional,
                             javax.ws.rs*;resolution:=optional,

Modified: cxf/trunk/osgi/bundle/compatible/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/compatible/pom.xml?rev=1306102&r1=1306101&r2=1306102&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/compatible/pom.xml (original)
+++ cxf/trunk/osgi/bundle/compatible/pom.xml Wed Mar 28 01:32:19 2012
@@ -217,6 +217,7 @@
                             antlr*;resolution:=optional,
                             com.sun*;resolution:=optional,
                             com.ctc.wstx.msv*;resolution:=optional,
+                            net.sf.ehcache*;resolution:=optional,
                             org.codehaus.stax2*;resolution:=optional,
                             commonj.sdo*;resolution:=optional,
                             javax.ws.rs*;resolution:=optional,

Modified: cxf/trunk/osgi/bundle/minimal/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/minimal/pom.xml?rev=1306102&r1=1306101&r2=1306102&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/minimal/pom.xml (original)
+++ cxf/trunk/osgi/bundle/minimal/pom.xml Wed Mar 28 01:32:19 2012
@@ -189,6 +189,7 @@
                             com.sun*;resolution:=optional,
                             javax.ws.rs*;resolution:=optional,
                             com.ctc.wstx.msv*;resolution:=optional,
+                            net.sf.ehcache*;resolution:=optional,
                             org.codehaus.stax2*;resolution:=optional,
                             repackage;resolution:=optional,
                             javax.resource*;resolution:=optional,