remove junit

This commit is contained in:
Rob Winch 2021-07-09 11:02:43 -05:00
parent 342884e851
commit 04fbe03a9e
2 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@ public class DependencySetPlugin implements Plugin<Project> {
]
project.ext.testDependencies = [
"junit:junit",
"org.mockito:mockito-core",
"org.springframework:spring-test",
"org.assertj:assertj-core",

View File

@ -33,7 +33,6 @@ dependencies {
api "javax.servlet.jsp:javax.servlet.jsp-api:2.3.3"
api "javax.servlet:javax.servlet-api:4.0.1"
api "javax.xml.bind:jaxb-api:2.3.1"
api "junit:junit:4.13.2"
api "ldapsdk:ldapsdk:4.1"
api "net.sf.ehcache:ehcache:2.10.9.2"
api "net.sourceforge.htmlunit:htmlunit:2.49.1"