You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/03 06:23:11 UTC

[camel] branch master updated: Revert "Revert "CAMEL-13921 - JMS Producer not useable under camel-blueprint""

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 a512b75  Revert "Revert "CAMEL-13921 - JMS Producer not useable under camel-blueprint""
a512b75 is described below

commit a512b7583f13a0db40977a54596baadd111b36c5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 3 08:22:50 2019 +0200

    Revert "Revert "CAMEL-13921 - JMS Producer not useable under camel-blueprint""
    
    This reverts commit 6637c454dd04e8fa3f57da38666bc916ddb3d91a.
---
 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>