Implemented workaround.

This commit is contained in:
Erik C. Thauvin 2016-07-07 09:29:50 -07:00
parent 5c2c64683e
commit 3517697904
8 changed files with 269 additions and 46 deletions

View file

@ -27,6 +27,9 @@ dependencies {
// testCompile dependency to testCompile 'org.testng:testng:6.8.1' and add
// 'test.useTestNG()' to your build script.
testCompile 'org.testng:testng:6.9.12'
// WORKAROUND
testCompile 'com.google.guava:guava:19.0'
}
test {