From 07bf90df61e334469b7e9b2600743b5bf6ba5957 Mon Sep 17 00:00:00 2001 From: "michele.artini" Date: Mon, 27 Jul 2020 11:18:21 +0200 Subject: [PATCH] jaxb dependency --- apps/dhp-broker-application/pom.xml | 16 ++++++++++++++- apps/dnet-orgs-database-application/pom.xml | 17 +++++++++++++++- pom.xml | 22 ++++++++++++++++++--- 3 files changed, 50 insertions(+), 5 deletions(-) diff --git a/apps/dhp-broker-application/pom.xml b/apps/dhp-broker-application/pom.xml index 83a96aa0..781b7a0a 100644 --- a/apps/dhp-broker-application/pom.xml +++ b/apps/dhp-broker-application/pom.xml @@ -1,5 +1,7 @@ - + eu.dnetlib.dhp @@ -46,6 +48,18 @@ gson + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.glassfish.jaxb + jaxb-runtime + + javax.mail diff --git a/apps/dnet-orgs-database-application/pom.xml b/apps/dnet-orgs-database-application/pom.xml index 1eba46a3..72e973ce 100644 --- a/apps/dnet-orgs-database-application/pom.xml +++ b/apps/dnet-orgs-database-application/pom.xml @@ -1,5 +1,7 @@ - + eu.dnetlib.dhp @@ -44,6 +46,19 @@ 2.3.5 + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.glassfish.jaxb + jaxb-runtime + + + org.springframework.boot diff --git a/pom.xml b/pom.xml index 0b98d95c..e3183463 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + org.springframework.boot @@ -67,7 +69,7 @@ - + javax.validation @@ -108,7 +110,7 @@ test - + @@ -157,6 +159,20 @@ 1.1.6 + + + jakarta.xml.bind + jakarta.xml.bind-api + 2.3.2 + + + + + org.glassfish.jaxb + jaxb-runtime + 2.3.2 + +