Skip to content

Commit 0220d21

Browse files
therepaniconobc
authored andcommitted
Cleanup exclusions from pulsar-client-all dependency
This commit removes the no longer needed exclusion of `com.sun.activation` from the pulsar-client-all dependency. Fixes #963 Signed-off-by: Andrey Litvitski <[email protected]>
1 parent 18e8fc9 commit 0220d21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-pulsar/spring-pulsar.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies {
1212
api 'io.micrometer:micrometer-observation'
1313
api (libs.pulsar.client.all) {
1414
exclude group: 'org.apache.logging.log4j'
15-
exclude group: 'com.sun.activation', module: 'javax.activation'
1615
exclude group: 'javax.validation', module: 'validation-api'
1716
exclude group: 'com.google.protobuf', module: 'protobuf-java'
1817
}

0 commit comments

Comments
 (0)