mirror of
https://github.com/corda/corda.git
synced 2025-06-19 15:43:52 +00:00
Minor: replace branch name with commit hash for caffeine dependency.
This fixes the issue where Intellij loops for ages to try and resolve it from the artifactory.
This commit is contained in:
@ -50,7 +50,7 @@ dependencies {
|
||||
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
|
||||
|
||||
// For caches rather than guava
|
||||
compile "com.github.corda.caffeine:caffeine:fifty_weight-SNAPSHOT"
|
||||
compile "com.github.corda.caffeine:caffeine:cfca283c984d93d520bfcde234920ea0840402ee"
|
||||
|
||||
// Unit testing helpers.
|
||||
testCompile "junit:junit:$junit_version"
|
||||
|
Reference in New Issue
Block a user