We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b92c34 commit 1431bbeCopy full SHA for 1431bbe
cacheable/build.gradle.kts
@@ -11,7 +11,7 @@ Includes Redis integration for distributed caching and Caffeine for high-perform
11
.trimIndent()
12
13
dependencies {
14
- implementation(libs.org.springframework.boot.spring.boot.starter.data.redis)
+ api(libs.org.springframework.boot.spring.boot.starter.data.redis)
15
implementation(libs.org.apache.commons.commons.pool2)
16
implementation(libs.com.github.ben.manes.caffeine.caffeine)
17
0 commit comments