From 008abaee59bb542d5a60e89fa7f4231cecf7bdf5 Mon Sep 17 00:00:00 2001 From: lukegleeson Date: Mon, 30 Aug 2021 10:24:30 +0100 Subject: Ensure Leaf value retains Integer type BUG GSON.fromJson() is unable to parse numerical values and defaults values to Doubles Added a datatype conversion which forces Double values which can be Integers to being Integers Issue-ID: CPS-591 Signed-off-by: lukegleeson Change-Id: I72d54ad06823a8755ee407f39104f3edf9a8cc75 --- cps-ri/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cps-ri/pom.xml') diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 273cb2e72..9072a5201 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -96,6 +96,10 @@ org.apache.commons commons-lang3 + + com.fasterxml.jackson.core + jackson-databind + org.codehaus.groovy @@ -140,6 +144,7 @@ + -- cgit 1.2.3-korg