Skip to content

Commit

Permalink
Replaced logredactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdangwal committed Aug 4, 2022
1 parent a0f2be1 commit 399d6fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
<sqlite-jdbc.version>3.25.2</sqlite-jdbc.version>
<postgresql.version>42.3.3</postgresql.version>
<jtds.driver.version>1.3.1</jtds.driver.version>
<logredactor.version>1.0.10</logredactor.version>
<slf4j.version>1.7.36</slf4j.version>
<licenses.name>Confluent Community License</licenses.name>
<licenses.version>${project.version}</licenses.version>
Expand Down Expand Up @@ -152,11 +151,9 @@
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<!-- Use a repackaged version of log4j with security patches. Default log4j v1.2 is a transitive dependency of slf4j-log4j12, but it is excluded in common/pom.xml -->
<dependency>
<groupId>io.confluent</groupId>
<artifactId>logredactor</artifactId>
<version>${logredactor.version}</version>
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 399d6fb

Please sign in to comment.