Skip to content

Commit 367ffee

Browse files
committed
Switch compile dependency task to implementation.
1 parent 1fb65eb commit 367ffee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

spring-data-geode-test/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ description = "Spring Test Framework for Apache Geode"
99

1010
dependencies {
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

0 commit comments

Comments
 (0)