From 4471a01b2c283d1141824ac45608b8224cc2bd68 Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Wed, 19 Aug 2020 11:02:04 +0200 Subject: fix for J11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add missing dependency in J11 Issue-ID: CCSDK-2669 Signed-off-by: Michael Dürre Change-Id: Iea66c3658e3d7e847bdb996567402c66ab2ab9a3 --- sli/common/pom.xml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'sli') diff --git a/sli/common/pom.xml b/sli/common/pom.xml index 37c89f55..656f2049 100755 --- a/sli/common/pom.xml +++ b/sli/common/pom.xml @@ -61,20 +61,24 @@ logging-slf4j - - org.apache.logging.log4j - log4j-slf4j-impl + + org.apache.logging.log4j + log4j-slf4j-impl test - - - org.apache.logging.log4j - log4j-core + + + org.apache.logging.log4j + log4j-core test - + com.google.code.gson gson + + javax.xml.bind + jaxb-api + junit -- cgit 1.2.3-korg