Skip to content

Commit 3daac13

Browse files
authored
fix: log4j2 binder issue (#1861)
1 parent 966526f commit 3daac13

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

caffeine-bounded-cache-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</dependency>
4545
<dependency>
4646
<groupId>org.apache.logging.log4j</groupId>
47-
<artifactId>log4j-slf4j2-impl</artifactId>
47+
<artifactId>log4j-slf4j-impl</artifactId>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>

operator-framework-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</dependency>
8282
<dependency>
8383
<groupId>org.apache.logging.log4j</groupId>
84-
<artifactId>log4j-slf4j2-impl</artifactId>
84+
<artifactId>log4j-slf4j-impl</artifactId>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>

operator-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</dependency>
6767
<dependency>
6868
<groupId>org.apache.logging.log4j</groupId>
69-
<artifactId>log4j-slf4j2-impl</artifactId>
69+
<artifactId>log4j-slf4j-impl</artifactId>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
</dependency>
160160
<dependency>
161161
<groupId>org.apache.logging.log4j</groupId>
162-
<artifactId>log4j-slf4j2-impl</artifactId>
162+
<artifactId>log4j-slf4j-impl</artifactId>
163163
<version>${log4j.version}</version>
164164
</dependency>
165165
<dependency>

sample-operators/leader-election/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.logging.log4j</groupId>
43-
<artifactId>log4j-slf4j2-impl</artifactId>
43+
<artifactId>log4j-slf4j-impl</artifactId>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.takes</groupId>

sample-operators/mysql-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</dependency>
6060
<dependency>
6161
<groupId>org.apache.logging.log4j</groupId>
62-
<artifactId>log4j-slf4j2-impl</artifactId>
62+
<artifactId>log4j-slf4j-impl</artifactId>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.junit.jupiter</groupId>

sample-operators/tomcat-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.logging.log4j</groupId>
58-
<artifactId>log4j-slf4j2-impl</artifactId>
58+
<artifactId>log4j-slf4j-impl</artifactId>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.takes</groupId>

sample-operators/webpage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.logging.log4j</groupId>
43-
<artifactId>log4j-slf4j2-impl</artifactId>
43+
<artifactId>log4j-slf4j-impl</artifactId>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.takes</groupId>

0 commit comments

Comments
 (0)