Skip to content

Commit 2894006

Browse files
committed
Exclude commons-logging from pulsar-client-all
This commit excludes the 'commons-logging' transitive dependency from the pulsar-client-all dependency in the spring-pulsar module. Signed-off-by: onobc <[email protected]>
1 parent abf711f commit 2894006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-pulsar/spring-pulsar.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ apply from: '../gradle/proto-conventions.gradle'
1111
dependencies {
1212
api 'io.micrometer:micrometer-observation'
1313
api (libs.pulsar.client.all) {
14+
exclude group: 'commons-logging', module: 'commons-logging'
1415
exclude group: 'javax.validation', module: 'validation-api'
1516
}
1617
api 'org.springframework:spring-context'

0 commit comments

Comments
 (0)