From: Michael Dürre Date: Wed, 19 Aug 2020 09:02:04 +0000 (+0200) Subject: fix for J11 X-Git-Tag: 1.0.4~9^2~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4471a01b2c283d1141824ac45608b8224cc2bd68;p=ccsdk%2Fsli.git fix for J11 add missing dependency in J11 Issue-ID: CCSDK-2669 Signed-off-by: Michael Dürre Change-Id: Iea66c3658e3d7e847bdb996567402c66ab2ab9a3 --- diff --git a/sli/common/pom.xml b/sli/common/pom.xml index 37c89f555..656f2049d 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