From 59b90519eda3b95b0cfc49b6349a591c7d0c78e2 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 7 Feb 2022 17:56:44 +0000 Subject: Remove JAXB and XML, use GSON for JSON This review converst apex-pdp to use GSON for JSON handling. In order to preserve backward compatibility with the JAXB format of JSON, custom handling of maps was required. Therefore, the policy-common StandardCoder could not be used. There are a lot of small changes, removing annotations from concepts and tweaking of test data. However, this cleans up the code base so it is worth doing. Issue-ID: POLICY-1820 Change-Id: I213fa64f6d7f3f1df8d10f111d9fbedbe80f9fe0 Signed-off-by: liamfallon --- model/event-model/pom.xml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'model/event-model/pom.xml') diff --git a/model/event-model/pom.xml b/model/event-model/pom.xml index 5e5f84885..813ebb8bb 100644 --- a/model/event-model/pom.xml +++ b/model/event-model/pom.xml @@ -1,6 +1,7 @@