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/20 13:45:02 UTC

[camel-spring-boot] branch camel-spring-boot-3.14.x updated (98ba1c5 -> a38f2a5)

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

davsclaus pushed a change to branch camel-spring-boot-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from 98ba1c5  Set documentation version to 3.14.x
     new c23bcca  Remove cruft
     new a38f2a5  camel-huaweicloud-obs: log4j-core is not needed only the log4j-api

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components-starter/camel-huaweicloud-obs-starter/pom.xml |  8 --------
 tooling/camel-starter-parent/pom.xml                     | 10 ----------
 2 files changed, 18 deletions(-)

[camel-spring-boot] 01/02: Remove cruft

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c23bcca7b9bb35401f5a49280f55f8b741229db7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 20 14:37:16 2021 +0100

    Remove cruft
---
 tooling/camel-starter-parent/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/tooling/camel-starter-parent/pom.xml b/tooling/camel-starter-parent/pom.xml
index 360c01c..c61f78f 100644
--- a/tooling/camel-starter-parent/pom.xml
+++ b/tooling/camel-starter-parent/pom.xml
@@ -32,16 +32,6 @@
     <name>Camel SB Tooling :: Starter Parent</name>
 
     <dependencies>
-        <!-- Dependencies added for all starters -->
-
-        <!-- Logback is the default logging implementation in spring-boot but it doesn't provide the log4j2 binding -->
-        <!-- Not a problem for now -->
-        <!--<dependency>-->
-        <!--<groupId>org.apache.logging.log4j</groupId>-->
-        <!--<artifactId>log4j-to-slf4j</artifactId>-->
-        <!--<version>${log4j2-version}</version>-->
-        <!--</dependency>-->
-
         <!-- Force the reactor build order -->
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>

[camel-spring-boot] 02/02: camel-huaweicloud-obs: log4j-core is not needed only the log4j-api

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a38f2a5cb5ac18bd649b5033357991129e277683
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 20 14:39:43 2021 +0100

    camel-huaweicloud-obs: log4j-core is not needed only the log4j-api
---
 components-starter/camel-huaweicloud-obs-starter/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/components-starter/camel-huaweicloud-obs-starter/pom.xml b/components-starter/camel-huaweicloud-obs-starter/pom.xml
index ef05704..c2a0053 100644
--- a/components-starter/camel-huaweicloud-obs-starter/pom.xml
+++ b/components-starter/camel-huaweicloud-obs-starter/pom.xml
@@ -37,14 +37,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-huaweicloud-obs</artifactId>
       <version>${camel-version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.logging.log4j</groupId>
-          <artifactId>log4j-core</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>