Skip to content

Commit 0274632

Browse files
authored
Exclude protobuf-java from pulsar-client-all (#896)
This commit excludes the `protobuf-java` unshaded transitive dependency from the `pulsar-client-all` library. This allows the version of the optional `protobuf-java` dependency to be controlled by `spring-pulsar`. Resolves #876
1 parent 9baa562 commit 0274632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-pulsar/spring-pulsar.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies {
1111
exclude group: 'org.apache.logging.log4j'
1212
exclude group: 'com.sun.activation', module: 'javax.activation'
1313
exclude group: 'javax.validation', module: 'validation-api'
14+
exclude group: 'com.google.protobuf', module: 'protobuf-java'
1415
}
1516
api 'org.springframework:spring-context'
1617
api 'org.springframework:spring-messaging'

0 commit comments

Comments
 (0)