Skip to content

Commit

Permalink
Move caffeine dependency decalration to the module where it's used
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jun 17, 2024
1 parent bdc527b commit 5c178e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ dependencies {
[group: 'com.github.chrisvest', name: 'stormpot', version: "3.1"],
)

implementation (
openGds.caffeine,
)

// TEST DEPENDENCIES

testCompileOnly openGds.immutables.builder
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ agrona = "1.21.2"
asciidoctorj = "2.5.13"
assertj = "3.26.0"
bouncycastle-prov = "1.78.1"
caffeine = "3.1.8"
checkStyle = "10.12.1"
commons-io = "2.16.1"
commons-lang3 = "3.14.0"
Expand Down Expand Up @@ -44,6 +45,7 @@ agrona = { module = "org.agrona:agrona", version.ref = "agrona" }
asciidoctorj = { module = "org.asciidoctor:asciidoctorj", version.ref = "asciidoctorj" }
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" }
bouncycastle-prov = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bouncycastle-prov" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version.ref = "caffeine" }
commons-io = { module = "commons-io:commons-io", version.ref = "commons-io" }
commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "commons-lang3" }
commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }
Expand Down

0 comments on commit 5c178e6

Please sign in to comment.