Skip to content
Merged
Changes from all commits
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
3 changes: 1 addition & 2 deletions spring-pulsar/spring-pulsar.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ apply from: '../gradle/proto-conventions.gradle'
dependencies {
api 'io.micrometer:micrometer-observation'
api (libs.pulsar.client.all) {
exclude group: 'org.apache.logging.log4j'
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'
exclude group: 'com.google.protobuf', module: 'protobuf-java'
}
api 'org.springframework:spring-context'
api 'org.springframework:spring-messaging'
Expand Down