Skip to content

Commit

Permalink
last version for slf4j (to be able to use varargs)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienGaucher committed Mar 21, 2013
1 parent 301d2fb commit ad02a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.4</version>
<version>1.7.2</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.6.4</version>
<version>1.7.2</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit ad02a1f

Please sign in to comment.