summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnantharaman <aw001j@att.com>2020-02-11 21:15:29 +0530
committerAnantharaman <aw001j@att.com>2020-02-11 21:15:29 +0530
commit2c66415b53f111caf8b31c794142b57f463fed9a (patch)
tree1552b48122d60d5a400675e5856286da9d341d16
parent1bba276736d6975587641f8644ef0f649916fd77 (diff)
Removed unused indirect dependencies from ODL shiro bundle
Issue-ID: AAF-1085 Change-Id: I76eced7aaca9a8d5c05568d65889b119d7da81b4 Signed-off-by: Anantharaman <aw001j@att.com>
-rw-r--r--shiro/pom.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/shiro/pom.xml b/shiro/pom.xml
index ab3f2db..5084632 100644
--- a/shiro/pom.xml
+++ b/shiro/pom.xml
@@ -89,11 +89,24 @@
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
- </dependency>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>