CAMEL-8602: Java 8: ConcurrentLinkedHashMap -> Caffeine

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/22929345
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/22929345
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/22929345

Branch: refs/heads/master
Commit: 2292934540b110c8d36be7b9f9a44b17baed93e5
Parents: a64a279
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Mar 31 10:44:11 2016 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Mar 31 10:44:11 2016 +0200

----------------------------------------------------------------------
 camel-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/22929345/camel-core/pom.xml
----------------------------------------------------------------------
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index 8373910..964e348 100644
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -39,7 +39,7 @@
     <camel.osgi.import>
       org.apache.camel.tools.*;resolution:=optional,
       !org.apache.camel.*,
-      !com.googlecode.concurrentlinkedhashmap,
+      !com.github.benmanes.caffeine.cache,
       ${camel.osgi.import.defaults},
       org.springframework.transaction;resolution:=optional,
       org.apache.camel.spring.spi;resolution:=optional,

Reply via email to