Skip to content

Commit

Permalink
add explicit dependency on slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed Apr 3, 2012
1 parent 2bcb17a commit 308dd6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -26,6 +26,11 @@
<artifactId>netty</artifactId>
<version>3.2.4.Final</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 308dd6f

Please sign in to comment.