ISE-ComProg-After-Midterm/screwdriver-3.5.6/box/snippets/antisamyDepen.txt

17 lines
458 B
Plaintext
Raw Normal View History

2020-10-29 09:38:56 +00:00
<!-- Antisamy -->
<dependency>
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy</artifactId>
<version>1.5.3</version>
<exclusions>
<exclusion>
<artifactId>xml-apis-ext</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>