diff options
author | 2019-01-21 10:25:11 -0600 | |
---|---|---|
committer | 2019-01-21 10:29:38 -0600 | |
commit | 63424b027355ca83453a066559fa4a479bb9aa01 (patch) | |
tree | 3d88d68b39dd4a49c20f5204bf965500d3cbbdc1 | |
parent | af9711a6c683776a9954c46ad67eded0ed143489 (diff) |
Import sl4j in shiro bundle
Bundle updated
Issue-ID: AAF-655
Change-Id: Id66ad2181853dae8569329d0c6373f15c5b254a3
Signed-off-by: Sai Gandham <sg481n@att.com>
-rw-r--r-- | shiro-osgi-bundle/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index d72a75e..7478ebf 100644 --- a/shiro-osgi-bundle/pom.xml +++ b/shiro-osgi-bundle/pom.xml @@ -74,10 +74,9 @@ org.xml.sax, javax.xml.transform.stream, org.apache.log4j, - javax.inject, org.slf4j.impl, org.slf4j, - org.slf4j.spi, + 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> --> |