From f5306597f4cb12f23983d7e961fee43b573d695a Mon Sep 17 00:00:00 2001 From: Terry W Brady Date: Fri, 4 May 2018 11:01:49 -0700 Subject: [PATCH 1/3] jackson version issues --- dspace-api/pom.xml | 2 +- dspace-rest/pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++---- pom.xml | 3 ++- 3 files changed, 46 insertions(+), 6 deletions(-) diff --git a/dspace-api/pom.xml b/dspace-api/pom.xml index ae304ff62f..cb1e007466 100644 --- a/dspace-api/pom.xml +++ b/dspace-api/pom.xml @@ -704,7 +704,7 @@ org.glassfish.jersey.core jersey-client - 2.22.1 + ${jersey.version} diff --git a/dspace-rest/pom.xml b/dspace-rest/pom.xml index 1776bdd22d..381a403b7f 100644 --- a/dspace-rest/pom.xml +++ b/dspace-rest/pom.xml @@ -51,30 +51,69 @@ org.glassfish.jersey.core jersey-server - 2.22.1 + ${jersey.version} org.glassfish.jersey.containers jersey-container-servlet - 2.22.1 + ${jersey.version} org.glassfish.jersey.media jersey-media-json-jackson - 2.22.1 + ${jersey.version} com.fasterxml.jackson.core jackson-annotations + + com.fasterxml.jackson.core + jackson-jaxrs-base + + + com.fasterxml.jackson.core + jackson-jaxrs-json-provider + + + com.fasterxml.jackson.core + jackson-module-jaxb-annotations + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + com.fasterxml.jackson.core jackson-annotations - 2.5.4 + ${jackson.version} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + ${jackson.version} + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + ${jackson.version} + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${jackson.version} diff --git a/pom.xml b/pom.xml index 5d79df4a70..667ba8d1d5 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,8 @@ UTF-8 ${project.build.sourceEncoding} - 2.9.3 + 2.7.0 + 2.22.1 1.7 42.2.1 4.10.4 From cfb758d8ee8a49ea6f3247df0d02549433282964 Mon Sep 17 00:00:00 2001 From: Terry W Brady Date: Fri, 4 May 2018 11:35:56 -0700 Subject: [PATCH 2/3] update version for synk issues --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 667ba8d1d5..9d802d7185 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ UTF-8 ${project.build.sourceEncoding} - 2.7.0 + 2.8.9 2.22.1 1.7 42.2.1 From 79ca53954d0bcc0dd985665e42f9b6bcd9f5fbb4 Mon Sep 17 00:00:00 2001 From: Terry W Brady Date: Fri, 4 May 2018 11:52:10 -0700 Subject: [PATCH 3/3] upgrade jackson and comment --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9d802d7185..bcd68236d7 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,9 @@ UTF-8 ${project.build.sourceEncoding} - 2.8.9 + + + 2.8.11 2.22.1 1.7 42.2.1