From 8b170cf8c26d39a163777659e25a9aaaf8dc8166 Mon Sep 17 00:00:00 2001 From: Roar Date: Wed, 4 Mar 2026 20:05:08 +0100 Subject: [PATCH] Updated pom.xml. Added mysql-connector-j as a dependency. --- helpmehelpapplication/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpmehelpapplication/pom.xml b/helpmehelpapplication/pom.xml index 863b97a..e921a97 100644 --- a/helpmehelpapplication/pom.xml +++ b/helpmehelpapplication/pom.xml @@ -46,6 +46,11 @@ 5.21.0 test + + com.mysql + mysql-connector-j + 9.6.0 +