From e47cc64180c500920f9a59fc1c9f62d6517b6f5f Mon Sep 17 00:00:00 2001 From: uvok Date: Sat, 12 Jul 2025 10:51:54 +0200 Subject: Add Jackson OM, copy dependencies --- pom.xml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 30fdd7f..c14f274 100644 --- a/pom.xml +++ b/pom.xml @@ -16,10 +16,11 @@ - + my-local-repo file://${project.basedir}/repo @@ -56,6 +57,11 @@ What the fuck is wrong with these build systems??? jackson-core 2.19.1 + + com.fasterxml.jackson.core + jackson-databind + 2.19.1 + @@ -65,6 +71,16 @@ What the fuck is wrong with these build systems??? maven-surefire-plugin 3.0.0-M8 + + org.apache.maven.plugins + maven-dependency-plugin + + + ${project.build.directory} + + + + @@ -76,4 +92,4 @@ What the fuck is wrong with these build systems??? - + \ No newline at end of file -- cgit v1.2.3