Repository: camel
Updated Branches:
  refs/heads/master 665f4a7fb -> 0c90ebdc4


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/0c90ebdc
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0c90ebdc
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0c90ebdc

Branch: refs/heads/master
Commit: 0c90ebdc4d70bc463736e8d299bacd60dddaa66d
Parents: 665f4a7
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon Sep 25 13:41:59 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon Sep 25 13:42:47 2017 +0200

----------------------------------------------------------------------
 examples/camel-example-loadbalancing/pom.xml      | 3 ---
 examples/camel-example-widget-gadget-java/pom.xml | 3 ---
 examples/camel-example-widget-gadget-xml/pom.xml  | 3 ---
 3 files changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/0c90ebdc/examples/camel-example-loadbalancing/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-loadbalancing/pom.xml 
b/examples/camel-example-loadbalancing/pom.xml
index 988e7d5..692aec9 100644
--- a/examples/camel-example-loadbalancing/pom.xml
+++ b/examples/camel-example-loadbalancing/pom.xml
@@ -57,17 +57,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>

http://git-wip-us.apache.org/repos/asf/camel/blob/0c90ebdc/examples/camel-example-widget-gadget-java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-widget-gadget-java/pom.xml 
b/examples/camel-example-widget-gadget-java/pom.xml
index 48869a7..a71aa22 100755
--- a/examples/camel-example-widget-gadget-java/pom.xml
+++ b/examples/camel-example-widget-gadget-java/pom.xml
@@ -84,17 +84,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>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/0c90ebdc/examples/camel-example-widget-gadget-xml/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-widget-gadget-xml/pom.xml 
b/examples/camel-example-widget-gadget-xml/pom.xml
index f5474ce..3d6995b 100755
--- a/examples/camel-example-widget-gadget-xml/pom.xml
+++ b/examples/camel-example-widget-gadget-xml/pom.xml
@@ -89,17 +89,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>

Reply via email to