mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
Ent-2570 Replace caffeine jitpack dependency (#1564)
* Use our caffeine version from artifactory * Switch to use the 50% window version of caffeine
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:cfca283c984d93d520bfcde234920ea0840402ee"
|
||||
compile "com.github.ben-manes.caffeine:caffeine:$caffeine_version"
|
||||
|
||||
// Unit testing helpers.
|
||||
testCompile "junit:junit:$junit_version"
|
||||
|
Reference in New Issue
Block a user