Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions spring-pulsar/spring-pulsar.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ apply from: '../gradle/proto-conventions.gradle'
dependencies {
api 'io.micrometer:micrometer-observation'
api (libs.pulsar.client.all) {
exclude group: 'commons-logging', module: 'commons-logging'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @snicoll,

You should be able to remove the numerous exclusions in spring-projects/spring-boot@ad8ca01 once this is merged.

Note

The spring-pulsar-reactive module also leverages these exclusions in spring-pulsar

exclude group: 'javax.validation', module: 'validation-api'
}
api 'org.springframework:spring-context'
Expand Down