We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50e16e commit a7d9defCopy full SHA for a7d9def
build.gradle
@@ -589,6 +589,7 @@ project('spring-integration-debezium') {
589
exclude group: 'org.glassfish.jersey.inject', module: 'jersey-hk2'
590
exclude group: 'jakarta.xml.bind', module: 'jakarta.xml.bind-api'
591
exclude group: 'jakarta.activation', module: 'jakarta.activation-api'
592
+ exclude group: 'javax.activation', module: 'javax.activation-api'
593
}
594
595
testImplementation 'io.debezium:debezium-connector-mysql'
0 commit comments