Skip to content

Commit

Permalink
SEC-1034: log4j migration to confluent repackaged version
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshmor authored and andrewegel committed Aug 5, 2021
1 parent ea5d5d1 commit 768d2be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!-- 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 -->
<dependency>
<groupId>io.confluent</groupId>
<artifactId>confluent-log4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-runtime</artifactId>
Expand Down

0 comments on commit 768d2be

Please sign in to comment.