Navigation Menu

Skip to content

Commit

Permalink
gh-66 fix pom
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ch1 committed Feb 19, 2012
1 parent 69043d3 commit 6e17130
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -15,11 +15,16 @@
</description>
<dependencies>
<!-- voldemort -->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0</version>
</dependency>
</dependency>
<!--
Nail down slf4j version to 1.6 so that it defaults to no-op logger.
http://www.slf4j.org/codes.html#StaticLoggerBinder
Expand Down

0 comments on commit 6e17130

Please sign in to comment.