You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/06/17 16:26:46 UTC

[camel] 01/03: Fixing Camel Cache Karaf itest

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

coheigea pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 236f0941c2eeab4ffb7b8627db75657415928e1e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 17 15:01:39 2019 +0100

    Fixing Camel Cache Karaf itest
---
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index d329917..54d7680 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -314,6 +314,7 @@
     <feature version='${project.version}'>camel-core</feature>
 	  <feature>transaction</feature>
     <bundle dependency='true'>mvn:net.sf.ehcache/ehcache/${ehcache-version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-cache/${project.version}</bundle>
   </feature>
   <feature name='camel-caffeine' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version="${project.version}">camel-core</feature>