File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ description = "Spring Test Framework for Apache Geode"
99
1010dependencies {
1111
12- compile " edu.umd.cs.mtc:multithreadedtc"
13- compile " junit:junit"
14- compile " org.assertj:assertj-core"
15- compile " org.mockito:mockito-core"
16- compile " org.projectlombok:lombok"
17- compile " org.springframework:spring-test"
18- compile " org.springframework.data:spring-data-geode"
12+ implementation " edu.umd.cs.mtc:multithreadedtc"
13+ implementation " junit:junit"
14+ implementation " org.assertj:assertj-core"
15+ implementation " org.mockito:mockito-core"
16+ implementation " org.projectlombok:lombok"
17+ implementation " org.springframework:spring-test"
18+ implementation " org.springframework.data:spring-data-geode"
1919
2020 compileOnly " com.google.code.findbugs:jsr305:$findbugsVersion "
2121
You can’t perform that action at this time.
0 commit comments