File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed
Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,3 @@ dependencies {
77 testImplementation ' org.assertj:assertj-core:3.24.2'
88 testImplementation ' com.google.guava:guava:23.0'
99}
10-
11- tasks. japicmp {
12- methodExcludes = [
13- " org.testcontainers.containers.KafkaContainer#containerIsStarted(com.github.dockerjava.api.command.InspectContainerResponse)"
14- ]
15- }
Original file line number Diff line number Diff line change @@ -9,10 +9,3 @@ dependencies {
99 testImplementation ' software.amazon.awssdk:s3:2.20.15'
1010 testImplementation ' org.assertj:assertj-core:3.24.2'
1111}
12-
13- tasks. japicmp {
14- methodExcludes = [
15- " org.testcontainers.containers.localstack.LocalStackContainer#getEndpointConfiguration(org.testcontainers.containers.localstack.LocalStackContainer\$ Service)" ,
16- " org.testcontainers.containers.localstack.LocalStackContainer#getDefaultCredentialsProvider()"
17- ]
18- }
Original file line number Diff line number Diff line change @@ -6,9 +6,3 @@ dependencies {
66 testImplementation(" org.mongodb:mongodb-driver-sync:4.9.0" )
77 testImplementation ' org.assertj:assertj-core:3.24.2'
88}
9-
10- tasks. japicmp {
11- methodExcludes = [
12- " org.testcontainers.containers.MongoDBContainer#containerIsStarted(com.github.dockerjava.api.command.InspectContainerResponse)"
13- ]
14- }
You can’t perform that action at this time.
0 commit comments