From: Sai Gandham Date: Mon, 21 Jan 2019 15:23:27 +0000 (-0600) Subject: Import log4j in shiro bundle X-Git-Tag: 2.1.10~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F76079%2F1;p=aaf%2Fcadi.git Import log4j in shiro bundle Issue-ID: AAF-655 Change-Id: I4d2794c20aad2e09b463e89363de25b84a961404 Signed-off-by: Sai Gandham --- diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index 47caf16..d72a75e 100644 --- a/shiro-osgi-bundle/pom.xml +++ b/shiro-osgi-bundle/pom.xml @@ -53,6 +53,7 @@ javax.servlet, javax.servlet.http, org.osgi.service.blueprint;version="[1.0.0,2.0.0)", + org.osgi.framework, javax.net.ssl, javax.crypto, javax.crypto.spec, @@ -71,7 +72,12 @@ javax.xml.namespace, org.w3c.dom, org.xml.sax, - javax.xml.transform.stream + javax.xml.transform.stream, + org.apache.log4j, + javax.inject, + org.slf4j.impl, + org.slf4j, + org.slf4j.spi, *;scope=compile|runtime;inline=false