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 <[email protected]> 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>
