Skip to content

Commit abf711f

Browse files
committed
Remove no longer needed exclusions from pulsar-client-all
This commit removes the following no longer needed exclusions from the pulsar-client-all dependency in the spring-pulsar module: - `org.apache.logging.log4j:*` - `com.google.protobuf:protobuf-java` Signed-off-by: onobc <[email protected]>
1 parent 81428c9 commit abf711f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-pulsar/spring-pulsar.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +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: 'org.apache.logging.log4j'
1514
exclude group: 'javax.validation', module: 'validation-api'
16-
exclude group: 'com.google.protobuf', module: 'protobuf-java'
1715
}
1816
api 'org.springframework:spring-context'
1917
api 'org.springframework:spring-messaging'

0 commit comments

Comments
 (0)