From d7249ab93dad3ba9be0389f402c1378d7f1eb5ad Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 2 Oct 2025 22:09:13 -0400 Subject: Implement basic serialization --- pom.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 28c2fb7..1de52ff 100644 --- a/pom.xml +++ b/pom.xml @@ -6,8 +6,8 @@ 1 UTF-8 - 19 - 19 + 21 + 21 @@ -16,6 +16,16 @@ 5.4.0 test + + com.fasterxml.jackson.core + jackson-databind + 2.20.0 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + 2.20.0 + @@ -24,7 +34,7 @@ maven-compiler-plugin 3.8.0 - 20 + 21 @@ -35,4 +45,4 @@ - + \ No newline at end of file -- cgit v1.2.3 From 81329220b007f0ed0961a63fe9ecbcdf6e1aafb5 Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 3 Oct 2025 20:44:00 -0400 Subject: push updated pom --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1de52ff..e8a8fed 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,11 @@ jackson-dataformat-csv 2.20.0 + + com.fasterxml.jackson.module + jackson-module-parameter-names + 2.20.0 + @@ -35,6 +40,9 @@ 3.8.0 21 + + -parameters + -- cgit v1.2.3 From 0d9775a779f656ab55a22e5df5f6f83f7069fa95 Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 3 Oct 2025 21:40:23 -0400 Subject: tweak pretty print and datetime serialization --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e8a8fed..1486a8b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,16 @@ jackson-module-parameter-names 2.20.0 + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.20.0 + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + 2.20.0 + -- cgit v1.2.3