Skip to content

Commit

Permalink
Add log4j slf4j bridge dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh authored and markpatton committed Nov 29, 2023
1 parent 1479502 commit 60da75c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pass-deposit-services/deposit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>

<dependency>
<groupId>org.eclipse.pass</groupId>
<artifactId>pass-data-client</artifactId>
Expand Down

0 comments on commit 60da75c

Please sign in to comment.