diff options
author | Anantharaman <aw001j@att.com> | 2020-02-11 21:15:29 +0530 |
---|---|---|
committer | Anantharaman <aw001j@att.com> | 2020-02-11 21:15:29 +0530 |
commit | 2c66415b53f111caf8b31c794142b57f463fed9a (patch) | |
tree | 1552b48122d60d5a400675e5856286da9d341d16 /shiro/pom.xml | |
parent | 1bba276736d6975587641f8644ef0f649916fd77 (diff) |
Removed unused indirect dependencies from ODL shiro bundle
Issue-ID: AAF-1085
Change-Id: I76eced7aaca9a8d5c05568d65889b119d7da81b4
Signed-off-by: Anantharaman <aw001j@att.com>
Diffstat (limited to 'shiro/pom.xml')
-rw-r--r-- | shiro/pom.xml | 15 |
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> |