Exclude dom4j dep causing security vunerability
[aai/champ.git] / champ-service-deps-janus / pom.xml
index 92a74f1..9c42cab 100644 (file)
@@ -195,6 +195,10 @@ limitations under the License.
                     <groupId>org.codehaus.jackson</groupId>
                     <artifactId>jackson-mapper-asl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>dom4j</groupId>
+                    <artifactId>dom4j</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>