Skip to content

Commit

Permalink
#14217: remove logback dependency (#14256)
Browse files Browse the repository at this point in the history
(cherry picked from commit ac5c1b1)
  • Loading branch information
harshach authored and akash-jain-10 committed Dec 6, 2023
1 parent 3c5f8fb commit 7c1680a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@
<artifactId>dropwizard-jersey</artifactId>
<version>${dropwizard.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,14 @@
<artifactId>dropwizard-core</artifactId>
<version>${dropwizard.version}</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
Expand Down

0 comments on commit 7c1680a

Please sign in to comment.