File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
examples/mongodb-container Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ dependencies {
165
165
compile ' junit:junit:4.12'
166
166
compile ' org.slf4j:slf4j-api:1.7.30'
167
167
compileOnly ' org.jetbrains:annotations:20.0.0'
168
- testCompileOnly ' org.jetbrains:annotations:20.0.0'
168
+ testCompileClasspath ' org.jetbrains:annotations:20.0.0'
169
169
compile ' org.apache.commons:commons-compress:1.20'
170
170
compile (' org.rnorth.duct-tape:duct-tape:1.0.8' ) {
171
171
exclude(group : ' org.jetbrains' , module : ' annotations' )
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ repositories {
9
9
dependencies {
10
10
testImplementation ' org.testcontainers:testcontainers'
11
11
testImplementation ' junit:junit:4.13'
12
- testCompileOnly ' org.jetbrains:annotations:20.0.0'
12
+ testCompileClasspath ' org.jetbrains:annotations:20.0.0'
13
13
}
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies {
12
12
testCompile project(' :nginx' )
13
13
14
14
compileOnly ' org.jetbrains:annotations:20.0.0'
15
- testCompileOnly ' org.jetbrains:annotations:20.0.0'
15
+ testCompileClasspath ' org.jetbrains:annotations:20.0.0'
16
16
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
testRuntime ' org.postgresql:postgresql:42.2.16'
19
19
testRuntime ' mysql:mysql-connector-java:8.0.21'
20
20
21
- testCompileOnly ' org.jetbrains:annotations:20.0.0'
21
+ testCompileClasspath ' org.jetbrains:annotations:20.0.0'
22
22
}
23
23
24
24
sourceJar {
You can’t perform that action at this time.
0 commit comments