Exclude the dom4j dependency
[aai/aai-common.git] / 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>