Removed unused indirect dependencies from ODL shiro bundle 40/101540/1
authorAnantharaman <aw001j@att.com>
Tue, 11 Feb 2020 15:45:29 +0000 (21:15 +0530)
committerAnantharaman <aw001j@att.com>
Tue, 11 Feb 2020 15:45:29 +0000 (21:15 +0530)
Issue-ID: AAF-1085
Change-Id: I76eced7aaca9a8d5c05568d65889b119d7da81b4
Signed-off-by: Anantharaman <aw001j@att.com>
shiro/pom.xml

index ab3f2db..5084632 100644 (file)
                <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>