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-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new c90f64d  Polished
c90f64d is described below

commit c90f64d538c8fadf9aea14a182118da77aad9c3c
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Apr 13 10:01:18 2020 +0200

    Polished
---
 examples/camel-example-main-tiny/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/examples/camel-example-main-tiny/pom.xml 
b/examples/camel-example-main-tiny/pom.xml
index b5f331e..f43412a 100644
--- a/examples/camel-example-main-tiny/pom.xml
+++ b/examples/camel-example-main-tiny/pom.xml
@@ -55,17 +55,6 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-main</artifactId>
-            <exclusions>
-                <!-- we dont need LRUCache, and headersmap -->
-                <exclusion>
-                    <groupId>org.apache.camel</groupId>
-                    <artifactId>camel-caffeine-lrucache</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.camel</groupId>
-                    <artifactId>camel-headersmap</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <!-- we use these 2 camel components in this example -->
         <dependency>

Reply via email to