add guava as a test dependency for jimfs

Original commit: elastic/x-pack-elasticsearch@331f834729
This commit is contained in:
jaymode 2015-11-11 13:40:03 -05:00
parent d74de5acc8
commit 1601ce4fba
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ dependencies {
testCompile 'org.slf4j:slf4j-log4j12:1.6.2'
testCompile 'org.elasticsearch:securemock:1.1'
testCompile 'com.google.jimfs:jimfs:1.0'
testCompile 'com.google.guava:guava:16.0.1' // needed by jimfs
}
forbiddenPatterns {