Skip to content

Commit 7ce26f8

Browse files
authored
revert back to confluent-log4j because parent common is fixed (#651)
1 parent a6ec566 commit 7ce26f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,10 @@
156156
<type>test-jar</type>
157157
<scope>test</scope>
158158
</dependency>
159-
<dependency>
160-
<groupId>ch.qos.reload4j</groupId>
161-
<artifactId>reload4j</artifactId>
159+
<!-- 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 -->
160+
<dependency>
161+
<groupId>io.confluent</groupId>
162+
<artifactId>confluent-log4j</artifactId>
162163
<scope>test</scope>
163164
</dependency>
164165
<dependency>

0 commit comments

Comments
 (0)