Remove duplicate dependency

This commit is contained in:
Sam Brannen
2024-03-11 13:59:23 +01:00
parent 0435e9c49e
commit f30a67c9d0

View File

@@ -80,7 +80,6 @@ dependencies {
testImplementation("org.hibernate:hibernate-validator")
testImplementation("org.hsqldb:hsqldb")
testImplementation("org.junit.platform:junit-platform-testkit")
testImplementation("org.mockito:mockito-core")
testRuntimeOnly("com.sun.xml.bind:jaxb-core")
testRuntimeOnly("com.sun.xml.bind:jaxb-impl")
testRuntimeOnly("org.glassfish:jakarta.el")