Skip to content

Commit

Permalink
Add dependency management for org.slf4j:jul-to-slf4j (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-m-knight-gs authored Mar 22, 2024
1 parent 3b23ed0 commit cbe60fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,11 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- LOGGING-->

<dependency>
Expand Down

0 comments on commit cbe60fa

Please sign in to comment.