File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
" org.springframework:spring-jdbc:$springVersion " ,
47
47
" org.springframework:spring-orm:$springVersion "
48
48
49
- testCompile " org.springframework:spring-test:$springVersion " ,
49
+ testImplementation " org.springframework:spring-test:$springVersion " ,
50
50
" org.springframework:spring-aop:$springVersion " ,
51
51
" org.springframework:spring-expression:$springVersion " ,
52
52
" org.hibernate:hibernate-core:$hibernateVersion " ,
@@ -60,7 +60,7 @@ dependencies {
60
60
apachedsDependencies
61
61
62
62
63
- testCompile (" org.springframework.security:spring-security-ldap:$springSecurityVersion " ) {
63
+ testImplementation (" org.springframework.security:spring-security-ldap:$springSecurityVersion " ) {
64
64
exclude group : " org.springframework.ldap" , module : " spring-ldap-core"
65
65
}
66
66
}
You can’t perform that action at this time.
0 commit comments