Skip to content

Commit 02ee328

Browse files
rwinchjzheaux
authored andcommitted
testCompile->testImplementation
Issue gh-610
1 parent fb50270 commit 02ee328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration-tests/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
"org.springframework:spring-jdbc:$springVersion",
4747
"org.springframework:spring-orm:$springVersion"
4848

49-
testCompile "org.springframework:spring-test:$springVersion",
49+
testImplementation "org.springframework:spring-test:$springVersion",
5050
"org.springframework:spring-aop:$springVersion",
5151
"org.springframework:spring-expression:$springVersion",
5252
"org.hibernate:hibernate-core:$hibernateVersion",
@@ -60,7 +60,7 @@ dependencies {
6060
apachedsDependencies
6161

6262

63-
testCompile("org.springframework.security:spring-security-ldap:$springSecurityVersion") {
63+
testImplementation("org.springframework.security:spring-security-ldap:$springSecurityVersion") {
6464
exclude group: "org.springframework.ldap", module: "spring-ldap-core"
6565
}
6666
}

0 commit comments

Comments
 (0)