Skip to content

Commit 2fcf1a3

Browse files
committed
remove no longer needed exclusions from pulsar-client-all
Signed-off-by: Andrey Litvitski <[email protected]>
1 parent 7393e5a commit 2fcf1a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: spring-pulsar/spring-pulsar.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +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'
13-
exclude group: 'javax.validation', module: 'validation-api'
1412
exclude group: 'com.google.protobuf', module: 'protobuf-java'
1513
}
1614
api 'org.springframework:spring-context'

0 commit comments

Comments
 (0)