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
This commit is contained in:
@@ -11,6 +11,7 @@ dependencies {
|
||||
exclude group: 'org.apache.logging.log4j'
|
||||
exclude group: 'com.sun.activation', module: 'javax.activation'
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user