Update Gradle build to use Apache Commons Pool 2.0.

This commit is contained in:
Tague Griffith
2013-12-01 14:56:23 -08:00
parent fb02c2e3e2
commit 3876bb04e3

View File

@@ -12,7 +12,7 @@ repositories {
dependencies {
testCompile 'junit:junit:4.11'
compile 'commons-pool:commons-pool:1.6'
compile 'org.apache.commons:commons-pool2:2.0'
}