1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Remove DependencySetPlugin

Closes gh-10070
This commit is contained in:
Rob Winch
2021-07-12 13:06:44 -05:00
parent 01af7877ea
commit f73f213f50
40 changed files with 233 additions and 907 deletions
@@ -14,6 +14,13 @@ dependencies {
testImplementation 'org.springframework:spring-beans'
testImplementation 'org.springframework:spring-test'
testImplementation 'org.springframework:spring-webmvc'
testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.jupiter:junit-jupiter-params"
testImplementation "org.junit.jupiter:junit-jupiter-engine"
testImplementation "org.mockito:mockito-core"
testImplementation "org.mockito:mockito-junit-jupiter"
testImplementation "org.springframework:spring-test"
testRuntimeOnly project(':spring-security-config')
testRuntimeOnly project(':spring-security-ldap')