Browse Source

dependency management: removed unnecessary exclude commons-io from org.owasp.antisamy because commons-io already defined in dependencyManagement (transitive dependency are managed as well)

pull/5128/head
Sergey Matvienko 5 years ago
parent
commit
d8455aca25
  1. 4
      pom.xml

4
pom.xml

@ -1776,10 +1776,6 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>

Loading…
Cancel
Save