Skip to content

Commit eb74dfa

Browse files
committed
fix: exclude additional dependencies from Lettuce to reduce unused transitive dependencies
1 parent 70b35a6 commit eb74dfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ version = findProperty("version") as String
1212
dependencies {
1313
implementation("io.lettuce:lettuce-core:7.2.1.RELEASE") {
1414
exclude("org.slf4j")
15+
exclude("org.reactivestreams")
16+
exclude("io.projectreactor", "reactor-core")
1517
}
1618

1719
testImplementation(kotlin("test"))

0 commit comments

Comments
 (0)