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 04:37:42 UTC

[camel] branch master updated: 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 6637c45  Revert "CAMEL-13921 - JMS Producer not useable under camel-blueprint"
6637c45 is described below

commit 6637c454dd04e8fa3f57da38666bc916ddb3d91a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 3 06:37:10 2019 +0200

    Revert "CAMEL-13921 - JMS Producer not useable under camel-blueprint"
    
    Not enough.
    
    This reverts commit 8b2c97985c14a8c77c35ba4a6af6213fbd6dc459.
---
 platforms/karaf/features/src/main/resources/features.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 3b51285..3a8d123 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -57,7 +57,6 @@
     <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>