From 675612f0b10f652d2cbf03c9f1ef3e5f74b65341 Mon Sep 17 00:00:00 2001 From: Roar Date: Fri, 27 Feb 2026 09:30:17 +0100 Subject: [PATCH] Updated pom.xml Added GSON as a Maven dependency. --- helpmehelpapplication/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpmehelpapplication/pom.xml b/helpmehelpapplication/pom.xml index 57397c7..4a67e62 100644 --- a/helpmehelpapplication/pom.xml +++ b/helpmehelpapplication/pom.xml @@ -35,6 +35,11 @@ opencsv 5.12.0 + + com.google.code.gson + gson + 2.13.2 +