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 May 2, 2023
1 parent 64b8c6d commit ce890b9
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 @@ -449,6 +449,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 ce890b9

Please sign in to comment.