ENT-2408 Jitpack version of Caffeine with 50% window size. (#1352)

(cherry picked from commit 722824d)
This commit is contained in:
Rick Parker 2018-10-05 11:20:10 +01:00 committed by GitHub
parent 95de18b1ca
commit 06002af81f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ dependencies {
compile "org.bouncycastle:bcprov-jdk15on:${bouncycastle_version}"
compile "org.bouncycastle:bcpkix-jdk15on:${bouncycastle_version}"
// Seems to be needed?
compile "com.github.ben-manes.caffeine:caffeine:$caffeine_version"
compile "com.github.corda.caffeine:caffeine:fifty_weight-SNAPSHOT"
// Log4J: logging framework (with SLF4J bindings)
compile "org.apache.logging.log4j:log4j-slf4j-impl:$log4j_version"

View File

@ -69,7 +69,7 @@ dependencies {
compile project(':node-api')
// For caches rather than guava
compile "com.github.ben-manes.caffeine:caffeine:$caffeine_version"
compile "com.github.corda.caffeine:caffeine:fifty_weight-SNAPSHOT"
// Unit testing helpers.
testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"

View File

@ -50,7 +50,7 @@ dependencies {
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
// For caches rather than guava
compile "com.github.ben-manes.caffeine:caffeine:$caffeine_version"
compile "com.github.corda.caffeine:caffeine:fifty_weight-SNAPSHOT"
// Unit testing helpers.
testCompile "junit:junit:$junit_version"

View File

@ -90,7 +90,7 @@ dependencies {
compile "com.google.guava:guava:$guava_version"
// For caches rather than guava
compile "com.github.ben-manes.caffeine:caffeine:$caffeine_version"
compile "com.github.corda.caffeine:caffeine:fifty_weight-SNAPSHOT"
// For async logging
compile "com.lmax:disruptor:$disruptor_version"

View File

@ -26,7 +26,7 @@ dependencies {
compile "org.iq80.snappy:snappy:$snappy_version"
// For caches rather than guava
compile "com.github.ben-manes.caffeine:caffeine:$caffeine_version"
compile "com.github.corda.caffeine:caffeine:fifty_weight-SNAPSHOT"
// Unit testing helpers.
testCompile "junit:junit:$junit_version"