From dd1d6fcb010276ba3b4716dfc3aa16a4c76ba686 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Fri, 18 Oct 2019 10:50:55 +0200 Subject: [PATCH] moved libs in main pom file --- dhp-workflows/dhp-aggregation/pom.xml | 11 +++++----- pom.xml | 30 +++++++++++++++++++++++++-- 2 files changed, 34 insertions(+), 7 deletions(-) diff --git a/dhp-workflows/dhp-aggregation/pom.xml b/dhp-workflows/dhp-aggregation/pom.xml index 8402f7350..8cecaffbe 100644 --- a/dhp-workflows/dhp-aggregation/pom.xml +++ b/dhp-workflows/dhp-aggregation/pom.xml @@ -30,22 +30,23 @@ net.sf.saxon Saxon-HE - 9.5.1-5 - - dom4j dom4j - 1.6.1 + + + + xml-apis + xml-apis jaxen jaxen - 1.1.6 + org.mockito mockito-core diff --git a/pom.xml b/pom.xml index 9d83791f0..04fc87611 100644 --- a/pom.xml +++ b/pom.xml @@ -146,16 +146,42 @@ 1.4 + + net.sf.saxon + Saxon-HE + 9.5.1-5 + + + + dom4j + dom4j + 1.6.1 + + + + xml-apis + xml-apis + 1.4.01 + + + + jaxen + jaxen + 1.1.6 + + net.schmizz sshj 0.10.0 + test org.apache.oozie oozie-client ${dhp.oozie.version} + provided @@ -216,6 +242,7 @@ + org.apache.maven.plugins