Merge branch 'ApacheCommonsPool' of git://github.com/yaourt/jedis

This commit is contained in:
Jonathan Leibiusky
2010-11-21 17:31:15 -03:00
5 changed files with 104 additions and 714 deletions

View File

@@ -56,6 +56,13 @@
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.5.5</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
<build>