CAMEL-18939 - camel-examples - Migrate to logger 2 in v2

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
diff --git a/examples/aggregate-dist/pom.xml b/examples/aggregate-dist/pom.xml
index e6a8b5c..46b715b 100644
--- a/examples/aggregate-dist/pom.xml
+++ b/examples/aggregate-dist/pom.xml
@@ -99,7 +99,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
             <scope>runtime</scope>
         </dependency>
diff --git a/examples/aggregate/pom.xml b/examples/aggregate/pom.xml
index ac6094e..0f26aeb 100644
--- a/examples/aggregate/pom.xml
+++ b/examples/aggregate/pom.xml
@@ -82,7 +82,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
             <scope>runtime</scope>
         </dependency>
diff --git a/examples/as2/pom.xml b/examples/as2/pom.xml
index d83a786..e4d9446 100644
--- a/examples/as2/pom.xml
+++ b/examples/as2/pom.xml
@@ -54,7 +54,7 @@
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.logging.log4j</groupId>
-                    <artifactId>log4j-slf4j-impl</artifactId>
+                    <artifactId>log4j-slf4j2-impl</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
diff --git a/examples/azure/azure-storage-blob/pom.xml b/examples/azure/azure-storage-blob/pom.xml
index b49b88e..6de6271 100644
--- a/examples/azure/azure-storage-blob/pom.xml
+++ b/examples/azure/azure-storage-blob/pom.xml
@@ -76,7 +76,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <scope>runtime</scope>
             <version>${log4j2-version}</version>
         </dependency>
diff --git a/examples/basic/pom.xml b/examples/basic/pom.xml
index 66b7a03..eda4808 100644
--- a/examples/basic/pom.xml
+++ b/examples/basic/pom.xml
@@ -71,7 +71,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <scope>runtime</scope>
             <version>${log4j2-version}</version>
         </dependency>
diff --git a/examples/bigxml-split/pom.xml b/examples/bigxml-split/pom.xml
index b67ac7b..af11a9a 100644
--- a/examples/bigxml-split/pom.xml
+++ b/examples/bigxml-split/pom.xml
@@ -85,7 +85,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
         <dependency>
diff --git a/examples/billboard-aggregate/pom.xml b/examples/billboard-aggregate/pom.xml
index f8574ec..5dea1b1 100644
--- a/examples/billboard-aggregate/pom.xml
+++ b/examples/billboard-aggregate/pom.xml
@@ -70,7 +70,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
         <dependency>
diff --git a/examples/cafe-endpointdsl/pom.xml b/examples/cafe-endpointdsl/pom.xml
index 489febf..9e45c42 100644
--- a/examples/cafe-endpointdsl/pom.xml
+++ b/examples/cafe-endpointdsl/pom.xml
@@ -72,7 +72,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <scope>runtime</scope>
             <version>${log4j2-version}</version>
         </dependency>
diff --git a/examples/cafe/pom.xml b/examples/cafe/pom.xml
index a9f64d6..a6e3d41 100644
--- a/examples/cafe/pom.xml
+++ b/examples/cafe/pom.xml
@@ -87,7 +87,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <scope>runtime</scope>
             <version>${log4j2-version}</version>
         </dependency>
diff --git a/examples/console/pom.xml b/examples/console/pom.xml
index 443d4e3..1767dba 100644
--- a/examples/console/pom.xml
+++ b/examples/console/pom.xml
@@ -83,7 +83,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <scope>runtime</scope>
             <version>${log4j2-version}</version>
         </dependency>
diff --git a/examples/debezium-eventhubs-blob/pom.xml b/examples/debezium-eventhubs-blob/pom.xml
index 8e563ea..f18762f 100644
--- a/examples/debezium-eventhubs-blob/pom.xml
+++ b/examples/debezium-eventhubs-blob/pom.xml
@@ -89,7 +89,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
     </dependencies>
diff --git a/examples/debezium/pom.xml b/examples/debezium/pom.xml
index b3e119a..1c0def4 100644
--- a/examples/debezium/pom.xml
+++ b/examples/debezium/pom.xml
@@ -89,7 +89,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
         <!-- for testing -->
diff --git a/examples/ftp/pom.xml b/examples/ftp/pom.xml
index 1b8c59f..ed69ace 100644
--- a/examples/ftp/pom.xml
+++ b/examples/ftp/pom.xml
@@ -78,7 +78,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
 
diff --git a/examples/java8/pom.xml b/examples/java8/pom.xml
index 889aebb..29e5f4d 100644
--- a/examples/java8/pom.xml
+++ b/examples/java8/pom.xml
@@ -82,7 +82,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
             <scope>runtime</scope>
         </dependency>
diff --git a/examples/jdbc/pom.xml b/examples/jdbc/pom.xml
index 2ff3470..ef7bbd2 100644
--- a/examples/jdbc/pom.xml
+++ b/examples/jdbc/pom.xml
@@ -97,7 +97,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
             <scope>runtime</scope>
         </dependency>
diff --git a/examples/jmx/pom.xml b/examples/jmx/pom.xml
index 32639b4..74de8ca 100644
--- a/examples/jmx/pom.xml
+++ b/examples/jmx/pom.xml
@@ -86,7 +86,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
             <scope>runtime</scope>
         </dependency>
diff --git a/examples/jooq/pom.xml b/examples/jooq/pom.xml
index 93b7f0e..02c7b22 100644
--- a/examples/jooq/pom.xml
+++ b/examples/jooq/pom.xml
@@ -90,7 +90,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
             <scope>runtime</scope>
         </dependency>
diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml
index 708455b..e5fdc52 100644
--- a/examples/kafka/pom.xml
+++ b/examples/kafka/pom.xml
@@ -81,7 +81,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
         <!-- for testing -->
diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml
index 933c1bf..e6b1ea6 100644
--- a/examples/kotlin/pom.xml
+++ b/examples/kotlin/pom.xml
@@ -87,7 +87,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
         <!-- for testing -->
diff --git a/examples/loadbalancing/pom.xml b/examples/loadbalancing/pom.xml
index 41585bc..dab9357 100644
--- a/examples/loadbalancing/pom.xml
+++ b/examples/loadbalancing/pom.xml
@@ -82,7 +82,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
         <!-- for testing -->
diff --git a/examples/netty-custom-correlation/pom.xml b/examples/netty-custom-correlation/pom.xml
index 9a98dab..a078233 100644
--- a/examples/netty-custom-correlation/pom.xml
+++ b/examples/netty-custom-correlation/pom.xml
@@ -77,7 +77,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
         <dependency>
diff --git a/examples/reactive-executor-vertx/pom.xml b/examples/reactive-executor-vertx/pom.xml
index c464661..7065fe3 100644
--- a/examples/reactive-executor-vertx/pom.xml
+++ b/examples/reactive-executor-vertx/pom.xml
@@ -83,7 +83,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
             <scope>runtime</scope>
         </dependency>
diff --git a/examples/resume-api/pom.xml b/examples/resume-api/pom.xml
index 0f320a4..d3a867c 100644
--- a/examples/resume-api/pom.xml
+++ b/examples/resume-api/pom.xml
@@ -79,7 +79,7 @@
         <!-- logging -->
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <scope>runtime</scope>
             <version>${log4j2-version}</version>
         </dependency>
diff --git a/examples/splunk/pom.xml b/examples/splunk/pom.xml
index 4fec4ec..764ac3b 100644
--- a/examples/splunk/pom.xml
+++ b/examples/splunk/pom.xml
@@ -78,7 +78,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
 
diff --git a/examples/spring-pulsar/pom.xml b/examples/spring-pulsar/pom.xml
index a745992..b6869ec 100644
--- a/examples/spring-pulsar/pom.xml
+++ b/examples/spring-pulsar/pom.xml
@@ -82,7 +82,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>
         <dependency>
diff --git a/examples/spring-security/pom.xml b/examples/spring-security/pom.xml
index 74f8346..6a3890f 100644
--- a/examples/spring-security/pom.xml
+++ b/examples/spring-security/pom.xml
@@ -92,7 +92,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
             <scope>runtime</scope>
         </dependency>
diff --git a/examples/spring-xquery/pom.xml b/examples/spring-xquery/pom.xml
index 155702f..14d57f0 100644
--- a/examples/spring-xquery/pom.xml
+++ b/examples/spring-xquery/pom.xml
@@ -109,7 +109,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
             <scope>runtime</scope>
         </dependency>
diff --git a/examples/spring/pom.xml b/examples/spring/pom.xml
index 7ba5c70..2bf3a5c 100644
--- a/examples/spring/pom.xml
+++ b/examples/spring/pom.xml
@@ -105,7 +105,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
             <scope>runtime</scope>
         </dependency>
diff --git a/examples/transformer-demo/pom.xml b/examples/transformer-demo/pom.xml
index 735e344..bb6041e 100644
--- a/examples/transformer-demo/pom.xml
+++ b/examples/transformer-demo/pom.xml
@@ -91,7 +91,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
+            <artifactId>log4j-slf4j2-impl</artifactId>
             <version>${log4j2-version}</version>
         </dependency>