Skip to content

Commit 3eaaae8

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 7393e5a commit 3eaaae8

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
@@ -9,7 +9,6 @@ dependencies {
99
api 'io.micrometer:micrometer-observation'
1010
api (libs.pulsar.client.all) {
1111
exclude group: 'org.apache.logging.log4j'
12-
exclude group: 'com.sun.activation', module: 'javax.activation'
1312
exclude group: 'javax.validation', module: 'validation-api'
1413
exclude group: 'com.google.protobuf', module: 'protobuf-java'
1514
}

0 commit comments

Comments
 (0)