aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2019-01-21 09:23:27 -0600
committerSai Gandham <sg481n@att.com>2019-01-21 09:23:43 -0600
commitaf9711a6c683776a9954c46ad67eded0ed143489 (patch)
treefb235ceb1b6c3762115d52230bf49a51894b612e
parent01deccbf0cc5c1cadc2d5d25e76ccb3dde676cea (diff)
Import log4j in shiro bundle
Issue-ID: AAF-655 Change-Id: I4d2794c20aad2e09b463e89363de25b84a961404 Signed-off-by: Sai Gandham <sg481n@att.com>
-rw-r--r--shiro-osgi-bundle/pom.xml8
1 files changed, 7 insertions, 1 deletions
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,
</Import-Package>
<Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
<!-- <Embed-Dependency>*;scope=compile|runtime;artifactId=!shiro-core;inline=false</Embed-Dependency> -->