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

[camel] branch master updated: CAMEL-13921: Add dynamic import for caffeine so it can be loaded in OSGi

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

davsclaus 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 a5d3e34  CAMEL-13921: Add dynamic import for caffeine so it can be loaded in OSGi
a5d3e34 is described below

commit a5d3e3453740829231bb58f9ebd9a151fa2a98b3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Sep 3 07:25:10 2019 +0200

    CAMEL-13921: Add dynamic import for caffeine so it can be loaded in OSGi
---
 core/camel-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index 5472d82..21c6412 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -40,6 +40,7 @@
             org.apache.camel.spring.pollingconsumer;${camel.osgi.import.strict.version},
             org.apache.camel.processor.interceptor.jpa;${camel.osgi.import.strict.version},
             org.apache.camel.pollconsumer.quartz;${camel.osgi.import.strict.version},
+            org.apache.camel.component.caffeine;${camel.osgi.import.strict.version},
             net.sf.saxon
         </camel.osgi.dynamic>
     </properties>