mirror of
https://github.com/corda/corda.git
synced 2025-06-23 09:25:36 +00:00
Upgraded both guava and guava-testlib to 21.0 and made sure they share the same version variable
This commit is contained in:
@ -38,7 +38,7 @@ dependencies {
|
||||
compile "junit:junit:$junit_version"
|
||||
|
||||
// Guava: Google test library (collections test suite)
|
||||
compile "com.google.guava:guava-testlib:19.0"
|
||||
compile "com.google.guava:guava-testlib:$guava_version"
|
||||
|
||||
// OkHTTP: Simple HTTP library.
|
||||
compile "com.squareup.okhttp3:okhttp:$okhttp_version"
|
||||
|
Reference in New Issue
Block a user