- fix commons-pool jar definition

This commit is contained in:
Richard Alam 2013-04-26 22:58:24 +00:00
parent c706c40218
commit 0b055b1672

View File

@ -105,7 +105,7 @@ dependencies {
//redis
compile 'redis.clients:jedis:2.0.0'
providedCompile 'commons:commons-pool:1.5.6'
providedCompile 'commons-pool:commons-pool:1.5.6'
}
test {