From 47623c9731312e2f1a721d0b6978284622a76693 Mon Sep 17 00:00:00 2001
From: "Capt. Cutlass" <5120290+ParanoidUser@users.noreply.github.com>
Date: Tue, 15 Oct 2024 19:06:44 -0400
Subject: [PATCH] build: remove unused mockito-core dependency
https://github.com/apache/commons-lang/commit/da246244aebf91571b0689e3dee97fce0ad52b23
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index fe76882b9ba..b2ba4e66761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,12 +82,6 @@
5.4.0
test
-
- org.mockito
- mockito-core
- 4.11.0
- test
-
org.apache.commons