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:
Christian Sailer
2018-11-14 13:28:34 +00:00
committed by GitHub
parent 482277bad1
commit a08807b591
7 changed files with 7 additions and 7 deletions

View File

@ -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"