Repository: camel Updated Branches: refs/heads/master 32da0cbd8 -> 665f4a7fb
CAMEL-11828: Make logging work so you can see the example running. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/665f4a7f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/665f4a7f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/665f4a7f Branch: refs/heads/master Commit: 665f4a7fbe6505e18c1e5a7842dd09540ef1467b Parents: 32da0cb Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Sep 25 13:36:35 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Sep 25 13:38:48 2017 +0200 ---------------------------------------------------------------------- examples/camel-example-route-throttling/pom.xml | 3 --- examples/camel-example-splunk/pom.xml | 3 --- 2 files changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/665f4a7f/examples/camel-example-route-throttling/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-route-throttling/pom.xml b/examples/camel-example-route-throttling/pom.xml index 9197715..2f93900 100644 --- a/examples/camel-example-route-throttling/pom.xml +++ b/examples/camel-example-route-throttling/pom.xml @@ -82,17 +82,14 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> - <scope>runtime</scope> </dependency> <!-- for testing --> http://git-wip-us.apache.org/repos/asf/camel/blob/665f4a7f/examples/camel-example-splunk/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-splunk/pom.xml b/examples/camel-example-splunk/pom.xml index bcea462..9482e7a 100644 --- a/examples/camel-example-splunk/pom.xml +++ b/examples/camel-example-splunk/pom.xml @@ -52,17 +52,14 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> - <scope>runtime</scope> </dependency> </dependencies>