Skip to content

Commit

Permalink
Fix slf4j dependencies
Browse files Browse the repository at this point in the history
--HG--
branch : GWT29
  • Loading branch information
foal committed Oct 27, 2020
1 parent 92958a7 commit 50140b3
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 @@ -244,6 +244,11 @@
<groupId>com.google.elemental2</groupId>
<artifactId>elemental2-core</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dominokit</groupId>
<artifactId>domino-slf4j-logger</artifactId>
Expand Down

0 comments on commit 50140b3

Please sign in to comment.