From b5d72ddd8223afa9b7a103015bf3621993270ab6 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Thu, 2 Sep 2021 18:05:59 +0200 Subject: [PATCH] Refactored Serialization means --- pom.xml | 17 +--- .../geoportal/service/GeoPortalService.java | 13 ++- .../engine/mongo/ConcessioniMongoManager.java | 8 +- .../service/rest/ConcessioniOverMongo.java | 95 ++++++++----------- .../service/utils/Serialization.java | 57 +---------- .../service/ConcessioniOverMongoTest.java | 30 +++--- 6 files changed, 75 insertions(+), 145 deletions(-) diff --git a/pom.xml b/pom.xml index 6e613f7..501f175 100644 --- a/pom.xml +++ b/pom.xml @@ -79,17 +79,15 @@ + + org.gcube.application geoportal-common [1.0.0,2.0.0) - - - - - + @@ -137,18 +135,9 @@ - - - - - - -