From 56e1715bb9d40ed751c4e377a3d1ee47aab84380 Mon Sep 17 00:00:00 2001 From: jonmv Date: Fri, 21 Oct 2022 13:25:37 +0200 Subject: Replace gson with jackson in client module --- client/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client/pom.xml') diff --git a/client/pom.xml b/client/pom.xml index 1da3cbc68c5..9d643d63cf8 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -18,9 +18,8 @@ - com.google.code.gson - gson - ${gson.version} + com.fasterxml.jackson.core + jackson-databind org.apache.commons -- cgit v1.2.3