From 0556f8c041a37c16804b3bdc32f652859e5178aa Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 13 Oct 2023 17:28:19 +0200 Subject: [PATCH] apache-commons-csv dependency --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 8c46f60..2b4a660 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,12 @@ com.h2database h2 + + + org.apache.commons + commons-csv + 1.10.0 + org.springframework.boot spring-boot-starter-validation