From 67cc6e58060b46e12d3db583f9e64e93f4396b6f Mon Sep 17 00:00:00 2001 From: asmhatre Date: Tue, 4 Aug 2026 17:28:30 +0000 Subject: [PATCH] Add Maven build: Jackson 3.2.1 via jackson-bom, JDK 21 release target --- pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..2cd0624 --- /dev/null +++ b/pom.xml @@ -0,0 +1,56 @@ + + + 4.0.0 + + com.ankurm + jackson3-by-example + 1.0.0 + jar + + jackson3-by-example + Runnable companion code for the Jackson 3 series on ankurm.com + + + + 21 + UTF-8 + 3.2.1 + + + + + + + tools.jackson + jackson-bom + ${jackson.version} + pom + import + + + + + + + + tools.jackson.core + jackson-databind + + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.6.3 + + + +