This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 8b2c979 CAMEL-13921 - JMS Producer not useable under camel-blueprint 8b2c979 is described below commit 8b2c97985c14a8c77c35ba4a6af6213fbd6dc459 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 2 10:08:06 2019 +0200 CAMEL-13921 - JMS Producer not useable under camel-blueprint --- 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 3a8d123..3b51285 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -57,6 +57,7 @@ <bundle>mvn:org.apache.camel/camel-cloud/${project.version}</bundle> <bundle>mvn:org.apache.camel/camel-jaxp/${project.version}</bundle> <bundle>mvn:org.apache.camel/camel-main/${project.version}</bundle> + <bundle>mvn:org.apache.camel/camel-caffeine-lrucache/${project.version}</bundle> <!-- core components --> <bundle>mvn:org.apache.camel/camel-bean/${project.version}</bundle> <bundle>mvn:org.apache.camel/camel-browse/${project.version}</bundle>