From f30a67c9d026431542d608a633bd789dac5ed803 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:59:23 +0100 Subject: [PATCH] Remove duplicate dependency --- spring-test/spring-test.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index 4dac2ee89e..94f49534cc 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -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")