Skip to content

Commit 768d2be

Browse files
niteshmorandrewegel
authored andcommitted
SEC-1034: log4j migration to confluent repackaged version
1 parent ea5d5d1 commit 768d2be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@
147147
<type>test-jar</type>
148148
<scope>test</scope>
149149
</dependency>
150+
<!-- 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 -->
151+
<dependency>
152+
<groupId>io.confluent</groupId>
153+
<artifactId>confluent-log4j</artifactId>
154+
<scope>test</scope>
155+
</dependency>
150156
<dependency>
151157
<groupId>org.apache.kafka</groupId>
152158
<artifactId>connect-runtime</artifactId>

0 commit comments

Comments
 (0)