From d6ed083914b2065ea15db5ae69b6197341797359 Mon Sep 17 00:00:00 2001 From: Roar Date: Thu, 26 Feb 2026 10:57:23 +0100 Subject: [PATCH] Updated pom.xml Added opencsv as a dependency. --- helpmehelpapplication/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpmehelpapplication/pom.xml b/helpmehelpapplication/pom.xml index 0ad37a5..57397c7 100644 --- a/helpmehelpapplication/pom.xml +++ b/helpmehelpapplication/pom.xml @@ -30,6 +30,11 @@ selenium-java 4.41.0 + + com.opencsv + opencsv + 5.12.0 +