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 committed Jul 10, 2020
1 parent 68da16a commit f6ec8f3
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 @@ -137,6 +137,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 f6ec8f3

Please sign in to comment.