This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 98abf252d399c70967ffea37295431fb37ca26c7 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Jun 19 10:11:47 2020 +0100 Remove exclusion for camel-caffeine-lrucache from camel-main --- extensions-core/core/runtime/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/extensions-core/core/runtime/pom.xml b/extensions-core/core/runtime/pom.xml index 382435f..b0cf3af 100644 --- a/extensions-core/core/runtime/pom.xml +++ b/extensions-core/core/runtime/pom.xml @@ -67,13 +67,6 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-main</artifactId> - <exclusions> - <!-- TODO: remove once the fix for https://issues.apache.org/jira/browse/CAMEL-14713 is available--> - <exclusion> - <groupId>org.apache.camel</groupId> - <artifactId>camel-caffeine-lrucache</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.camel</groupId>