Skip to content

Commit

Permalink
(#106) - Add slf4j-api
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Sep 26, 2022
1 parent fade5bc commit c021886
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>2.9.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
Expand Down

0 comments on commit c021886

Please sign in to comment.