From d8455aca258a8ff605235692b709cf78ae3330ce Mon Sep 17 00:00:00 2001 From: Sergey Matvienko Date: Mon, 23 Aug 2021 13:14:53 +0300 Subject: [PATCH] dependency management: removed unnecessary exclude commons-io from org.owasp.antisamy because commons-io already defined in dependencyManagement (transitive dependency are managed as well) --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index d188bf371f..352fc13809 100755 --- a/pom.xml +++ b/pom.xml @@ -1776,10 +1776,6 @@ com.github.spotbugs spotbugs-annotations - - commons-io - commons-io -