Skip to content

Commit 1431bbe

Browse files
committed
refactor(cacheable): change redis dependency from implementation to api
- Updated spring boot starter data redis dependency scope - Changed from implementation to api for better module accessibility
1 parent 4b92c34 commit 1431bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cacheable/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Includes Redis integration for distributed caching and Caffeine for high-perform
1111
.trimIndent()
1212

1313
dependencies {
14-
implementation(libs.org.springframework.boot.spring.boot.starter.data.redis)
14+
api(libs.org.springframework.boot.spring.boot.starter.data.redis)
1515
implementation(libs.org.apache.commons.commons.pool2)
1616
implementation(libs.com.github.ben.manes.caffeine.caffeine)
1717

0 commit comments

Comments
 (0)