Exclude the dom4j dependency 59/67259/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Tue, 18 Sep 2018 11:01:51 +0000 (07:01 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Tue, 18 Sep 2018 11:01:55 +0000 (07:01 -0400)
Issue-ID: AAI-1298
Change-Id: Idc5c6652eb4bf11204f53f88193d0ca0c3b2cf5e
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-core/pom.xml

index 4715bcf..a79c3cd 100644 (file)
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>dom4j</groupId>
+                    <artifactId>dom4j</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>