Skip to content

Commit

Permalink
Add jul-to-slf4j
Browse files Browse the repository at this point in the history
So that libraries using java.util.logging
can be logged
  • Loading branch information
Enet4 committed Jun 19, 2023
1 parent 6c6c5e9 commit 15a342c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dicoogle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,12 @@
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
Expand Down

0 comments on commit 15a342c

Please sign in to comment.