This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 8116f01abcd597ec4303adc75f00b5c9755fb356
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Jan 19 21:24:34 2025 -0500

    CXF-8765: Option to remove Ehcache (update Apache Karaf features)
---
 osgi/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/osgi/karaf/features/src/main/resources/features.xml 
b/osgi/karaf/features/src/main/resources/features.xml
index ca154406d4..ab1078368f 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -124,6 +124,7 @@
         <feature version="${project.version}">cxf-ws-policy</feature>
         <feature version="${project.version}">cxf-ws-addr</feature>
         <bundle 
dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${cxf.geronimo.jta.version}</bundle>
+        <bundle start-level="40" 
dependency="true">mvn:javax.cache/cache-api/${cxf.jcache.version}</bundle>
         <bundle start-level="40" 
dependency="true">mvn:org.ehcache/ehcache/${cxf.ehcache3.version}</bundle>
         <bundle 
start-level="40">mvn:org.apache.cxf/cxf-rt-ws-security/${project.version}</bundle>
     </feature>

Reply via email to