This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 67204b685697eed8f5521ac8ba3342a56fc690bf Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jan 16 18:31:37 2023 +0100 CAMEL-18936 - components - Add log4j-core so logging to logfile works Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-mapstruct/pom.xml | 5 ----- components/camel-master/pom.xml | 6 ------ components/camel-metrics/pom.xml | 7 ------- components/camel-micrometer/pom.xml | 7 ------- components/camel-mina/pom.xml | 5 ----- components/camel-minio/pom.xml | 5 ----- components/camel-mllp/pom.xml | 7 ------- components/camel-mongodb-gridfs/pom.xml | 6 ------ components/camel-mongodb/pom.xml | 5 ----- components/camel-mustache/pom.xml | 5 ----- components/camel-mvel/pom.xml | 5 ----- components/camel-mybatis/pom.xml | 5 ----- components/camel-nats/pom.xml | 6 ------ components/camel-netty-http/pom.xml | 12 ------------ components/camel-netty/pom.xml | 11 ----------- components/camel-nitrite/pom.xml | 7 ------- components/camel-oaipmh/pom.xml | 5 ----- components/camel-ognl/pom.xml | 5 ----- components/camel-openapi-java/pom.xml | 5 ----- components/camel-openstack/pom.xml | 7 ------- components/camel-opentelemetry/pom.xml | 8 +------- components/camel-paho-mqtt5/pom.xml | 5 ----- components/camel-paho/pom.xml | 6 ------ components/camel-pdf/pom.xml | 5 ----- components/camel-pg-replication-slot/pom.xml | 7 ------- components/camel-pgevent/pom.xml | 7 ------- components/camel-platform-http-vertx/pom.xml | 5 ----- components/camel-platform-http/pom.xml | 5 ----- components/camel-plc4x/pom.xml | 5 ----- components/camel-printer/pom.xml | 5 ----- components/camel-protobuf/pom.xml | 5 ----- components/camel-pubnub/pom.xml | 5 ----- components/camel-pulsar/pom.xml | 7 ------- components/camel-python/pom.xml | 5 ----- components/camel-quartz/pom.xml | 5 ----- components/camel-quickfix/pom.xml | 5 ----- components/camel-reactive-executor-tomcat/pom.xml | 5 ----- components/camel-reactive-executor-vertx/pom.xml | 5 ----- components/camel-reactive-streams/pom.xml | 5 ----- components/camel-reactor/pom.xml | 5 ----- components/camel-redis/pom.xml | 5 ----- components/camel-resilience4j/pom.xml | 5 ----- components/camel-resourceresolver-github/pom.xml | 5 ----- components/camel-rest-openapi/pom.xml | 6 ------ components/camel-robotframework/pom.xml | 7 ------- components/camel-rss/pom.xml | 5 ----- components/camel-rxjava/pom.xml | 5 ----- components/camel-sap-netweaver/pom.xml | 5 ----- components/camel-saxon/pom.xml | 5 ----- components/camel-schematron/pom.xml | 5 ----- 50 files changed, 1 insertion(+), 288 deletions(-) diff --git a/components/camel-mapstruct/pom.xml b/components/camel-mapstruct/pom.xml index b181853d04f..d12d2b1caaf 100644 --- a/components/camel-mapstruct/pom.xml +++ b/components/camel-mapstruct/pom.xml @@ -60,11 +60,6 @@ <artifactId>camel-mock</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-master/pom.xml b/components/camel-master/pom.xml index 21f68ab7305..d86fea56363 100644 --- a/components/camel-master/pom.xml +++ b/components/camel-master/pom.xml @@ -53,12 +53,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> - </dependencies> <build> diff --git a/components/camel-metrics/pom.xml b/components/camel-metrics/pom.xml index e6da7fbc8f0..e709b7efee5 100644 --- a/components/camel-metrics/pom.xml +++ b/components/camel-metrics/pom.xml @@ -117,13 +117,6 @@ <scope>test</scope> </dependency> - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> - </dependencies> </project> diff --git a/components/camel-micrometer/pom.xml b/components/camel-micrometer/pom.xml index fee977fb782..29772f603c6 100644 --- a/components/camel-micrometer/pom.xml +++ b/components/camel-micrometer/pom.xml @@ -103,13 +103,6 @@ <scope>test</scope> </dependency> - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> - </dependencies> </project> diff --git a/components/camel-mina/pom.xml b/components/camel-mina/pom.xml index b0cbef7ce9b..e9370a49abd 100644 --- a/components/camel-mina/pom.xml +++ b/components/camel-mina/pom.xml @@ -67,11 +67,6 @@ <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> diff --git a/components/camel-minio/pom.xml b/components/camel-minio/pom.xml index 5f378be7901..e38db0eeec8 100644 --- a/components/camel-minio/pom.xml +++ b/components/camel-minio/pom.xml @@ -62,11 +62,6 @@ <artifactId>log4j-core</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <!-- testing --> <dependency> diff --git a/components/camel-mllp/pom.xml b/components/camel-mllp/pom.xml index 2481ed05502..def16be3ffa 100644 --- a/components/camel-mllp/pom.xml +++ b/components/camel-mllp/pom.xml @@ -77,13 +77,6 @@ <type>test-jar</type> </dependency> - <!-- test logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> - </dependencies> <build> diff --git a/components/camel-mongodb-gridfs/pom.xml b/components/camel-mongodb-gridfs/pom.xml index 89cf871376d..e0406c596ea 100644 --- a/components/camel-mongodb-gridfs/pom.xml +++ b/components/camel-mongodb-gridfs/pom.xml @@ -76,11 +76,5 @@ <scope>test</scope> </dependency> - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-mongodb/pom.xml b/components/camel-mongodb/pom.xml index a03c88c9708..1551c5a079d 100644 --- a/components/camel-mongodb/pom.xml +++ b/components/camel-mongodb/pom.xml @@ -92,11 +92,6 @@ <version>${commons-lang3-version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> diff --git a/components/camel-mustache/pom.xml b/components/camel-mustache/pom.xml index c0501f611cb..b73c42a6c9d 100644 --- a/components/camel-mustache/pom.xml +++ b/components/camel-mustache/pom.xml @@ -52,11 +52,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-mvel/pom.xml b/components/camel-mvel/pom.xml index ec7f96784b5..e3ee41cc6da 100644 --- a/components/camel-mvel/pom.xml +++ b/components/camel-mvel/pom.xml @@ -53,11 +53,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-mybatis/pom.xml b/components/camel-mybatis/pom.xml index efc85db8e2f..591802d2a17 100644 --- a/components/camel-mybatis/pom.xml +++ b/components/camel-mybatis/pom.xml @@ -57,11 +57,6 @@ <artifactId>derby</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-nats/pom.xml b/components/camel-nats/pom.xml index 03b600b40fb..540f3273984 100644 --- a/components/camel-nats/pom.xml +++ b/components/camel-nats/pom.xml @@ -50,12 +50,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <!-- test infra --> <dependency> diff --git a/components/camel-netty-http/pom.xml b/components/camel-netty-http/pom.xml index 1ce9122824a..5f88bb9d567 100644 --- a/components/camel-netty-http/pom.xml +++ b/components/camel-netty-http/pom.xml @@ -171,18 +171,6 @@ <artifactId>commons-io</artifactId> <scope>test</scope> </dependency> - - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-netty/pom.xml b/components/camel-netty/pom.xml index 5b764b538a4..a1cd914b8e0 100644 --- a/components/camel-netty/pom.xml +++ b/components/camel-netty/pom.xml @@ -111,17 +111,6 @@ <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> diff --git a/components/camel-nitrite/pom.xml b/components/camel-nitrite/pom.xml index c918204d541..76861d8cfe1 100644 --- a/components/camel-nitrite/pom.xml +++ b/components/camel-nitrite/pom.xml @@ -44,13 +44,6 @@ <artifactId>nitrite</artifactId> </dependency> - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> - <!-- testing --> <dependency> <groupId>org.apache.camel</groupId> diff --git a/components/camel-oaipmh/pom.xml b/components/camel-oaipmh/pom.xml index 515dc9373b1..eaac360060d 100644 --- a/components/camel-oaipmh/pom.xml +++ b/components/camel-oaipmh/pom.xml @@ -70,11 +70,6 @@ <artifactId>commons-io</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-ognl/pom.xml b/components/camel-ognl/pom.xml index b9910b89d64..ac861b32c4d 100644 --- a/components/camel-ognl/pom.xml +++ b/components/camel-ognl/pom.xml @@ -50,11 +50,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-openapi-java/pom.xml b/components/camel-openapi-java/pom.xml index c9b6d211dfa..8e533d4f658 100644 --- a/components/camel-openapi-java/pom.xml +++ b/components/camel-openapi-java/pom.xml @@ -111,11 +111,6 @@ <artifactId>junit-vintage-engine</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> diff --git a/components/camel-openstack/pom.xml b/components/camel-openstack/pom.xml index 2301b4b2d70..3eb83a42909 100644 --- a/components/camel-openstack/pom.xml +++ b/components/camel-openstack/pom.xml @@ -95,13 +95,6 @@ <version>${wiremock-version}</version> <scope>test</scope> </dependency> - - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-opentelemetry/pom.xml b/components/camel-opentelemetry/pom.xml index 8398ad0ffd7..dae55ca37d9 100644 --- a/components/camel-opentelemetry/pom.xml +++ b/components/camel-opentelemetry/pom.xml @@ -76,12 +76,6 @@ <artifactId>opentelemetry-semconv</artifactId> <version>${opentelemetry-alpha-version}</version> </dependency> - - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-spring-junit5</artifactId> @@ -96,4 +90,4 @@ </dependencies> -</project> \ No newline at end of file +</project> diff --git a/components/camel-paho-mqtt5/pom.xml b/components/camel-paho-mqtt5/pom.xml index 32bd6db75d0..27faf55e1eb 100644 --- a/components/camel-paho-mqtt5/pom.xml +++ b/components/camel-paho-mqtt5/pom.xml @@ -56,11 +56,6 @@ <artifactId>camel-core-catalog</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <!-- test infra --> <dependency> diff --git a/components/camel-paho/pom.xml b/components/camel-paho/pom.xml index f8ca99fda31..6994f3c7132 100644 --- a/components/camel-paho/pom.xml +++ b/components/camel-paho/pom.xml @@ -71,12 +71,6 @@ <type>test-jar</type> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> - </dependencies> </project> diff --git a/components/camel-pdf/pom.xml b/components/camel-pdf/pom.xml index 9f5f5a1dbcd..6f0f12825ac 100644 --- a/components/camel-pdf/pom.xml +++ b/components/camel-pdf/pom.xml @@ -63,11 +63,6 @@ <artifactId>bcmail-jdk18on</artifactId> <version>${bouncycastle-version}</version> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-junit5</artifactId> diff --git a/components/camel-pg-replication-slot/pom.xml b/components/camel-pg-replication-slot/pom.xml index f6a40381571..f7aa83772a4 100644 --- a/components/camel-pg-replication-slot/pom.xml +++ b/components/camel-pg-replication-slot/pom.xml @@ -66,12 +66,5 @@ <type>test-jar</type> <scope>test</scope> </dependency> - - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-pgevent/pom.xml b/components/camel-pgevent/pom.xml index 5af882e2913..0ee1ce1f565 100644 --- a/components/camel-pgevent/pom.xml +++ b/components/camel-pgevent/pom.xml @@ -59,13 +59,6 @@ <scope>test</scope> </dependency> - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> - <!-- test infra --> <dependency> <groupId>org.apache.camel</groupId> diff --git a/components/camel-platform-http-vertx/pom.xml b/components/camel-platform-http-vertx/pom.xml index 70ba309b05a..09b6a5f540f 100644 --- a/components/camel-platform-http-vertx/pom.xml +++ b/components/camel-platform-http-vertx/pom.xml @@ -95,11 +95,6 @@ <version>${rest-assured-version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock-jre8</artifactId> diff --git a/components/camel-platform-http/pom.xml b/components/camel-platform-http/pom.xml index c026b93f8e3..76e69e1fded 100644 --- a/components/camel-platform-http/pom.xml +++ b/components/camel-platform-http/pom.xml @@ -62,11 +62,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http</artifactId> diff --git a/components/camel-plc4x/pom.xml b/components/camel-plc4x/pom.xml index a5a8e4a0c61..4b05962bb44 100644 --- a/components/camel-plc4x/pom.xml +++ b/components/camel-plc4x/pom.xml @@ -154,11 +154,6 @@ <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <!-- avoids java.lang.NoClassDefFoundError: javax/activation/DataHandler in Plc4XProducerTest on Java 11--> <groupId>jakarta.activation</groupId> diff --git a/components/camel-printer/pom.xml b/components/camel-printer/pom.xml index d1f993c8144..0a4dd1d79e9 100644 --- a/components/camel-printer/pom.xml +++ b/components/camel-printer/pom.xml @@ -57,11 +57,6 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> diff --git a/components/camel-protobuf/pom.xml b/components/camel-protobuf/pom.xml index 1ad4b4be5bd..b37da5d6323 100644 --- a/components/camel-protobuf/pom.xml +++ b/components/camel-protobuf/pom.xml @@ -66,11 +66,6 @@ <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> diff --git a/components/camel-pubnub/pom.xml b/components/camel-pubnub/pom.xml index b54761fe112..34700855463 100644 --- a/components/camel-pubnub/pom.xml +++ b/components/camel-pubnub/pom.xml @@ -68,11 +68,6 @@ <artifactId>camel-main</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <!-- testing --> <dependency> diff --git a/components/camel-pulsar/pom.xml b/components/camel-pulsar/pom.xml index 46fc773b30c..1dfe28144d2 100644 --- a/components/camel-pulsar/pom.xml +++ b/components/camel-pulsar/pom.xml @@ -73,13 +73,6 @@ <type>test-jar</type> <scope>test</scope> </dependency> - - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> diff --git a/components/camel-python/pom.xml b/components/camel-python/pom.xml index b5891c5fdf7..037de65962b 100644 --- a/components/camel-python/pom.xml +++ b/components/camel-python/pom.xml @@ -52,11 +52,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml index a93c8a16bd9..d5213c0a5d7 100644 --- a/components/camel-quartz/pom.xml +++ b/components/camel-quartz/pom.xml @@ -74,11 +74,6 @@ <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-spring-junit5</artifactId> diff --git a/components/camel-quickfix/pom.xml b/components/camel-quickfix/pom.xml index a379fb50f18..1dec067f889 100644 --- a/components/camel-quickfix/pom.xml +++ b/components/camel-quickfix/pom.xml @@ -67,11 +67,6 @@ <version>${mina-version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> diff --git a/components/camel-reactive-executor-tomcat/pom.xml b/components/camel-reactive-executor-tomcat/pom.xml index debe456a481..7cb50f57892 100644 --- a/components/camel-reactive-executor-tomcat/pom.xml +++ b/components/camel-reactive-executor-tomcat/pom.xml @@ -56,11 +56,6 @@ <artifactId>camel-mock</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-reactive-executor-vertx/pom.xml b/components/camel-reactive-executor-vertx/pom.xml index 98d926681d4..39c8c23cf3f 100644 --- a/components/camel-reactive-executor-vertx/pom.xml +++ b/components/camel-reactive-executor-vertx/pom.xml @@ -62,11 +62,6 @@ <artifactId>camel-mock</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-reactive-streams/pom.xml b/components/camel-reactive-streams/pom.xml index 798a5850176..b2627a83c3a 100644 --- a/components/camel-reactive-streams/pom.xml +++ b/components/camel-reactive-streams/pom.xml @@ -77,11 +77,6 @@ <artifactId>camel-management</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-reactor/pom.xml b/components/camel-reactor/pom.xml index 6a4d2f430a4..85134cbd934 100644 --- a/components/camel-reactor/pom.xml +++ b/components/camel-reactor/pom.xml @@ -65,11 +65,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-redis/pom.xml b/components/camel-redis/pom.xml index 31f9c70063a..1159d781007 100644 --- a/components/camel-redis/pom.xml +++ b/components/camel-redis/pom.xml @@ -58,11 +58,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <!-- test infra --> <dependency> diff --git a/components/camel-resilience4j/pom.xml b/components/camel-resilience4j/pom.xml index 6331e5ebfa1..f487e2ee584 100644 --- a/components/camel-resilience4j/pom.xml +++ b/components/camel-resilience4j/pom.xml @@ -97,10 +97,5 @@ <artifactId>camel-management</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-resourceresolver-github/pom.xml b/components/camel-resourceresolver-github/pom.xml index 02ae70ff1a0..a04c2211f16 100644 --- a/components/camel-resourceresolver-github/pom.xml +++ b/components/camel-resourceresolver-github/pom.xml @@ -49,11 +49,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> diff --git a/components/camel-rest-openapi/pom.xml b/components/camel-rest-openapi/pom.xml index 6d80345cdb3..1d03b10f45d 100644 --- a/components/camel-rest-openapi/pom.xml +++ b/components/camel-rest-openapi/pom.xml @@ -149,12 +149,6 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> - </dependencies> </project> diff --git a/components/camel-robotframework/pom.xml b/components/camel-robotframework/pom.xml index ce00cd20fa5..168d8336f6b 100644 --- a/components/camel-robotframework/pom.xml +++ b/components/camel-robotframework/pom.xml @@ -55,13 +55,6 @@ <artifactId>jython-standalone</artifactId> <version>${jython-standalone-version}</version> </dependency> - - <!-- logging --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <!-- testing --> <dependency> diff --git a/components/camel-rss/pom.xml b/components/camel-rss/pom.xml index 33545728f8f..a3c53405659 100644 --- a/components/camel-rss/pom.xml +++ b/components/camel-rss/pom.xml @@ -61,11 +61,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-rxjava/pom.xml b/components/camel-rxjava/pom.xml index 8b09f2d5430..c689d45eb6f 100644 --- a/components/camel-rxjava/pom.xml +++ b/components/camel-rxjava/pom.xml @@ -66,11 +66,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-sap-netweaver/pom.xml b/components/camel-sap-netweaver/pom.xml index 2cf3b81da6d..185af1eb1e2 100644 --- a/components/camel-sap-netweaver/pom.xml +++ b/components/camel-sap-netweaver/pom.xml @@ -75,11 +75,6 @@ <artifactId>camel-velocity</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml index 3f842c6a701..2b5a5a3241e 100644 --- a/components/camel-saxon/pom.xml +++ b/components/camel-saxon/pom.xml @@ -53,11 +53,6 @@ <artifactId>camel-test-spring-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> diff --git a/components/camel-schematron/pom.xml b/components/camel-schematron/pom.xml index 1c24ddca19d..82b52745e4d 100644 --- a/components/camel-schematron/pom.xml +++ b/components/camel-schematron/pom.xml @@ -60,11 +60,6 @@ <version>${xmlunit-version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project>
