fixing testcontainers issue
This commit is contained in:
@@ -34,7 +34,7 @@ dependencies {
|
||||
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
}
|
||||
testImplementation 'org.springframework.amqp:spring-rabbit-test'
|
||||
testImplementation "org.testcontainers:rabbitmq:1.14.3"
|
||||
testImplementation "org.testcontainers:rabbitmq:1.15.1"
|
||||
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ dependencies {
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
|
||||
|
||||
testImplementation 'org.springframework.amqp:spring-rabbit-test'
|
||||
testImplementation "org.testcontainers:rabbitmq:1.14.3"
|
||||
testImplementation "org.testcontainers:rabbitmq:1.15.1"
|
||||
}
|
||||
|
||||
test {
|
||||
|
||||
Reference in New Issue
Block a user