Skip to content

Commit

Permalink
fix: explicitly set confluent log4j version to 1.2.17-cp5 (#8497)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateab committed Dec 12, 2021
1 parent cfeff1a commit b2470f3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -632,16 +632,7 @@
<dependency>
<groupId>io.confluent</groupId>
<artifactId>confluent-log4j</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
</exclusions>
<version>1.2.17-cp5</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b2470f3

Please sign in to comment.