You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/18 08:08:01 UTC

[camel] branch camel-2.x updated: CAMEL-17327 Remove hardcoded log4j versions from google-pubsub / kafka /restlet-jdbc examples (#6551)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new 13be506  CAMEL-17327 Remove hardcoded log4j versions from google-pubsub / kafka /restlet-jdbc examples (#6551)
13be506 is described below

commit 13be50629e0556f33c9dab4ca87db8ada368b750
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Sat Dec 18 03:07:08 2021 -0500

    CAMEL-17327 Remove hardcoded log4j versions from google-pubsub / kafka /restlet-jdbc examples (#6551)
---
 examples/camel-example-google-pubsub/pom.xml | 3 ---
 examples/camel-example-kafka/pom.xml         | 3 ---
 examples/camel-example-restlet-jdbc/pom.xml  | 5 -----
 3 files changed, 11 deletions(-)

diff --git a/examples/camel-example-google-pubsub/pom.xml b/examples/camel-example-google-pubsub/pom.xml
index ff8d6bc..f5b96b7 100644
--- a/examples/camel-example-google-pubsub/pom.xml
+++ b/examples/camel-example-google-pubsub/pom.xml
@@ -55,17 +55,14 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
-      <version>2.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
-      <version>2.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j-impl</artifactId>
-      <version>2.7</version>
     </dependency>
   </dependencies>
 
diff --git a/examples/camel-example-kafka/pom.xml b/examples/camel-example-kafka/pom.xml
index 050f705..51ac535 100644
--- a/examples/camel-example-kafka/pom.xml
+++ b/examples/camel-example-kafka/pom.xml
@@ -55,17 +55,14 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
-      <version>2.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
-      <version>2.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j-impl</artifactId>
-      <version>2.7</version>
     </dependency>
   </dependencies>
 
diff --git a/examples/camel-example-restlet-jdbc/pom.xml b/examples/camel-example-restlet-jdbc/pom.xml
index 676f86f..c2a6de5 100644
--- a/examples/camel-example-restlet-jdbc/pom.xml
+++ b/examples/camel-example-restlet-jdbc/pom.xml
@@ -85,31 +85,26 @@
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
       <scope>runtime</scope>
-      <version>2.8.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
       <scope>runtime</scope>
-      <version>2.8.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j-impl</artifactId>
       <scope>runtime</scope>
-      <version>2.8.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-jcl</artifactId>
       <scope>runtime</scope>
-      <version>2.8.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-web</artifactId>
       <scope>runtime</scope>
-      <version>2.8.2</version>
     </dependency>
   </dependencies>