From f6cfff807393afc5e01d5a34d63bb5ab05be92ef Mon Sep 17 00:00:00 2001 From: Roar Date: Tue, 3 Mar 2026 12:06:15 +0100 Subject: [PATCH] Updated pom.xml. Added mockito as a dependency to make testing of http requests easier. --- helpmehelpapplication/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helpmehelpapplication/pom.xml b/helpmehelpapplication/pom.xml index 4a67e62..863b97a 100644 --- a/helpmehelpapplication/pom.xml +++ b/helpmehelpapplication/pom.xml @@ -40,6 +40,12 @@ gson 2.13.2 + + org.mockito + mockito-core + 5.21.0 + test +