Merge pull request #485 from tague/479_gradle_build_file_fix

Update Gradle build to use Apache Commons Pool 2.0.
This commit is contained in:
Jonathan Leibiusky
2013-12-02 03:34:42 -08:00

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'
}