Repository: camel
Updated Branches:
  refs/heads/master 1e094beaa -> 1394f5dbf


Updated after rebuild


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

Branch: refs/heads/master
Commit: 1394f5dbf815cfd9809fb4fd59004c22dbf525fd
Parents: 1e094be
Author: Claus Ibsen <davscl...@apache.org>
Authored: Fri Sep 16 09:10:20 2016 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri Sep 16 09:10:35 2016 +0200

----------------------------------------------------------------------
 components-starter/camel-atmos-starter/pom.xml     |  4 ----
 components-starter/camel-gora-starter/pom.xml      |  8 --------
 components-starter/camel-krati-starter/pom.xml     |  6 ------
 components-starter/camel-openshift-starter/pom.xml | 10 ----------
 components-starter/camel-zookeeper-starter/pom.xml | 10 ----------
 5 files changed, 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1394f5db/components-starter/camel-atmos-starter/pom.xml
----------------------------------------------------------------------
diff --git a/components-starter/camel-atmos-starter/pom.xml 
b/components-starter/camel-atmos-starter/pom.xml
index 3d570fa..8cc5a13 100644
--- a/components-starter/camel-atmos-starter/pom.xml
+++ b/components-starter/camel-atmos-starter/pom.xml
@@ -41,10 +41,6 @@
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/1394f5db/components-starter/camel-gora-starter/pom.xml
----------------------------------------------------------------------
diff --git a/components-starter/camel-gora-starter/pom.xml 
b/components-starter/camel-gora-starter/pom.xml
index ac0a53a..4aa37f1 100644
--- a/components-starter/camel-gora-starter/pom.xml
+++ b/components-starter/camel-gora-starter/pom.xml
@@ -41,14 +41,6 @@
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-log4j12</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/1394f5db/components-starter/camel-krati-starter/pom.xml
----------------------------------------------------------------------
diff --git a/components-starter/camel-krati-starter/pom.xml 
b/components-starter/camel-krati-starter/pom.xml
index c18a210..90faba5 100644
--- a/components-starter/camel-krati-starter/pom.xml
+++ b/components-starter/camel-krati-starter/pom.xml
@@ -36,12 +36,6 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-krati</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/1394f5db/components-starter/camel-openshift-starter/pom.xml
----------------------------------------------------------------------
diff --git a/components-starter/camel-openshift-starter/pom.xml 
b/components-starter/camel-openshift-starter/pom.xml
index 313f245..9488ade 100644
--- a/components-starter/camel-openshift-starter/pom.xml
+++ b/components-starter/camel-openshift-starter/pom.xml
@@ -36,16 +36,6 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-openshift</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-log4j12</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/1394f5db/components-starter/camel-zookeeper-starter/pom.xml
----------------------------------------------------------------------
diff --git a/components-starter/camel-zookeeper-starter/pom.xml 
b/components-starter/camel-zookeeper-starter/pom.xml
index 68f8e28..4237c68 100644
--- a/components-starter/camel-zookeeper-starter/pom.xml
+++ b/components-starter/camel-zookeeper-starter/pom.xml
@@ -36,16 +36,6 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-zookeeper</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-log4j12</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>

Reply via email to