From 140b75621fba38586813a0cd7c69a1f75861a403 Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 30 Nov 2025 06:38:51 -0500 Subject: [PATCH] running import from csv off Avant. Needs some clean up on category matching. --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index db0c6d5..d264e54 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ Sean Strawsburg - don@goforward.group + sean@goforward.group Forward Group, LLC @@ -53,7 +53,6 @@ org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-devtools @@ -87,6 +86,11 @@ spring-boot-starter-test test + + org.apache.commons + commons-csv + 1.11.0 +