From 90cda155ad4be38f216d990bad889bc1dc9822a4 Mon Sep 17 00:00:00 2001
From: Vmai711 <151262094+Vmai711@users.noreply.github.com>
Date: Mon, 29 Apr 2024 23:13:16 -0500
Subject: [PATCH] Update pom.xml (added Mockito dependency)
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index cfa6931..60dd21e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,13 @@
1.5.4
+
+ org.mockito
+ mockito-core
+ 3.0.0
+ test
+
+