@@ -158,22 +158,23 @@ allprojects {
158
158
159
159
imports {
160
160
mavenBom " com.fasterxml.jackson:jackson-bom:$jacksonVersion "
161
- mavenBom " org.junit:junit-bom:$junitJupiterVersion "
162
- mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
163
- mavenBom " org.apache.logging.log4j:log4j-bom:$log4jVersion "
164
- mavenBom " org.mockito:mockito-bom:$mockitoVersion "
161
+ mavenBom " io.debezium:debezium-bom:$debeziumVersion "
165
162
mavenBom " io.micrometer:micrometer-bom:$micrometerVersion "
166
163
mavenBom " io.micrometer:micrometer-tracing-bom:$micrometerTracingVersion "
164
+ mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
167
165
mavenBom " org.apache.camel:camel-bom:$camelVersion "
168
- mavenBom " org.testcontainers:testcontainers-bom:$testcontainersVersion "
169
166
mavenBom " org.apache.groovy:groovy-bom:$groovyVersion "
170
- mavenBom " org.springframework.security:spring-security- bom:$s pringSecurityVersion "
167
+ mavenBom " org.apache.logging.log4j:log4j- bom:$l og4jVersion "
171
168
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:$kotlinCoroutinesVersion "
169
+ mavenBom " org.junit:junit-bom:$junitJupiterVersion "
170
+ mavenBom " org.mockito:mockito-bom:$mockitoVersion "
172
171
mavenBom " org.springframework.amqp:spring-amqp-bom:$springAmqpVersion "
173
- mavenBom " org.springframework.kafka:spring-kafka-bom:$springKafkaVersion "
174
172
mavenBom " org.springframework.data:spring-data-bom:$springDataVersion "
173
+ mavenBom " org.springframework.kafka:spring-kafka-bom:$springKafkaVersion "
174
+ mavenBom " org.springframework.security:spring-security-bom:$springSecurityVersion "
175
175
mavenBom " org.springframework:spring-framework-bom:$springVersion "
176
176
mavenBom " org.springframework.ws:spring-ws-bom:$springWsVersion "
177
+ mavenBom " org.testcontainers:testcontainers-bom:$testcontainersVersion "
177
178
}
178
179
179
180
}
@@ -580,14 +581,14 @@ project('spring-integration-debezium') {
580
581
description = ' Spring Integration Debezium Support'
581
582
dependencies {
582
583
api project(' :spring-integration-core' )
583
- api(" io.debezium:debezium-embedded: $d ebeziumVersion " ) {
584
+ api(' io.debezium:debezium-embedded' ) {
584
585
exclude group : ' org.glassfish.jersey.containers' , module : ' jersey-container-servlet'
585
586
exclude group : ' org.glassfish.jersey.inject' , module : ' jersey-hk2'
586
587
exclude group : ' jakarta.xml.bind' , module : ' jakarta.xml.bind-api'
587
588
exclude group : ' jakarta.activation' , module : ' jakarta.activation-api'
588
589
}
589
590
590
- testImplementation " io.debezium:debezium-connector-mysql: $d ebeziumVersion "
591
+ testImplementation ' io.debezium:debezium-connector-mysql'
591
592
testImplementation ' org.testcontainers:mysql'
592
593
}
593
594
}
0 commit comments