Skip to content

Commit e82adc4

Browse files
Merge branch '5.4.x' into 5.5.x
2 parents ccdb750 + 5d8de68 commit e82adc4

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)