Skip to content

Commit 5d8de68

Browse files
CC-17744:Switch from confluent-log4j to reload4j (#648)
1 parent 608c6b6 commit 5d8de68

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,9 @@
153153
<type>test-jar</type>
154154
<scope>test</scope>
155155
</dependency>
156-
<!-- Use a repackaged version of log4j with security patches. Default log4j v1.2 is a transitive dependency of connect-runtime, but it is excluded in common/pom.xml -->
157-
<dependency>
158-
<groupId>io.confluent</groupId>
159-
<artifactId>confluent-log4j</artifactId>
156+
<dependency>
157+
<groupId>ch.qos.reload4j</groupId>
158+
<artifactId>reload4j</artifactId>
160159
<scope>test</scope>
161160
</dependency>
162161
<dependency>

0 commit comments

Comments
 (0)