From c2c5baaf7ae4f3a6570ad5bdd530999f0eab1167 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 1 Aug 2020 20:21:25 +0300 Subject: [PATCH] Use gson 2.2.1 That's the same version that DSpace 5.8 is using so we should use it here as well so we don't forget. Unfortunately this means that we can't use the ability to use alternate serializednames. We will need to create different classes to map to our different JSON files instead of simply matching different elements on the fly. --- ...8_6.xml => Maven__com_google_code_gson_gson_2_2_1.xml} | 8 ++++---- dspace-curation-tasks.iml | 2 +- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename .idea/libraries/{Maven__com_google_code_gson_gson_2_8_6.xml => Maven__com_google_code_gson_gson_2_2_1.xml} (64%) diff --git a/.idea/libraries/Maven__com_google_code_gson_gson_2_8_6.xml b/.idea/libraries/Maven__com_google_code_gson_gson_2_2_1.xml similarity index 64% rename from .idea/libraries/Maven__com_google_code_gson_gson_2_8_6.xml rename to .idea/libraries/Maven__com_google_code_gson_gson_2_2_1.xml index 82a9f20..a1617f0 100644 --- a/.idea/libraries/Maven__com_google_code_gson_gson_2_8_6.xml +++ b/.idea/libraries/Maven__com_google_code_gson_gson_2_2_1.xml @@ -1,13 +1,13 @@ - + - + - + - + \ No newline at end of file diff --git a/dspace-curation-tasks.iml b/dspace-curation-tasks.iml index 21e432a..69a175f 100644 --- a/dspace-curation-tasks.iml +++ b/dspace-curation-tasks.iml @@ -13,7 +13,7 @@ - + diff --git a/pom.xml b/pom.xml index bb2d5e2..0b89291 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ com.google.code.gson gson - 2.8.6 + 2.2.1 org.dspace