Skip to content

Commit

Permalink
added slf4j as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wz2b committed Jun 16, 2017
1 parent 1ccfe8e commit dfe02ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@
</build>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit dfe02ee

Please sign in to comment.