From ba4339f1427f22b8815ae579f453c0a392cb8f99 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Wed, 22 Apr 2020 14:23:09 +0200 Subject: [PATCH] excluded org.apache.hadoop:hadoop-common from the dnet-actionmanager-common dependency to avoid multiple transitive jaxb-impl versions to conflict when instantiating the ISLookup client stub --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index f4dfc2c0d..25e84a424 100644 --- a/pom.xml +++ b/pom.xml @@ -292,6 +292,12 @@ eu.dnetlib dnet-actionmanager-common 6.0.5 + + + org.apache.hadoop + hadoop-common + + eu.dnetlib