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:03 UTC

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

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>