add dependency for apache commons pool

This commit is contained in:
Jonathan Leibiusky
2010-11-30 12:57:52 -03:00
parent cd9e17a709
commit b8baba9a00

View File

@@ -11,6 +11,7 @@ repositories {
dependencies {
testCompile 'junit:junit:4.8.1'
compile 'commons-pool:commons-pool:1.5.5'
}