This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 18944a62041422a318bb00d20c955f9509da3840 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Tue Jul 16 11:08:15 2019 +0200 remove log4j from bom #59 --- camel-k-runtime-bom/pom.xml | 12 ------------ camel-k-runtime-main/pom.xml | 12 ++++++------ 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/camel-k-runtime-bom/pom.xml b/camel-k-runtime-bom/pom.xml index f34f89d..6331a0b 100644 --- a/camel-k-runtime-bom/pom.xml +++ b/camel-k-runtime-bom/pom.xml @@ -185,18 +185,6 @@ <artifactId>camel-k-runtime-jvm</artifactId> <version>${project.version}</version> </dependency> - - <!-- log4j2 --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <version>${log4j2.version}</version> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j-impl</artifactId> - <version>${log4j2.version}</version> - </dependency> </dependencies> </dependencyManagement> diff --git a/camel-k-runtime-main/pom.xml b/camel-k-runtime-main/pom.xml index 7422b59..9c910e5 100644 --- a/camel-k-runtime-main/pom.xml +++ b/camel-k-runtime-main/pom.xml @@ -57,6 +57,12 @@ <version>${log4j2.version}</version> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> + <version>${log4j2.version}</version> + </dependency> + <!-- ****************************** --> <!-- --> <!-- TESTS --> @@ -118,12 +124,6 @@ <version>${assertj.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j-impl</artifactId> - <version>${log4j2.version}</version> - <scope>test</scope> - </dependency> </dependencies> <build>