Skip to content

Commit a7d9def

Browse files
committed
More exclude from debezium to avoid conflicts
1 parent f50e16e commit a7d9def

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ project('spring-integration-debezium') {
589589
exclude group: 'org.glassfish.jersey.inject', module: 'jersey-hk2'
590590
exclude group: 'jakarta.xml.bind', module: 'jakarta.xml.bind-api'
591591
exclude group: 'jakarta.activation', module: 'jakarta.activation-api'
592+
exclude group: 'javax.activation', module: 'javax.activation-api'
592593
}
593594

594595
testImplementation 'io.debezium:debezium-connector-mysql'

0 commit comments

Comments
 (0)