aboutsummaryrefslogtreecommitdiffstats
path: root/shiro/pom.xml
diff options
context:
space:
mode:
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>