aboutsummaryrefslogtreecommitdiffstats
path: root/shiro/pom.xml
diff options
context:
space:
mode:
authorSai Gandham <gandham.saiprasad@gmail.com>2020-02-12 20:26:06 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-12 20:26:06 +0000
commitf43bf4c2c8b36e61b8f2ad343f8bfa4372c2118a (patch)
treed007dd11f96a6b6e999ed82547469a650dfac002 /shiro/pom.xml
parentc3eb23407ed5e19d06d54f75c7fb3bd61616bc8a (diff)
parent2c66415b53f111caf8b31c794142b57f463fed9a (diff)
Merge "Removed unused indirect dependencies from ODL shiro bundle"
Diffstat (limited to 'shiro/pom.xml')
-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>