17 lines
458 B
Plaintext
17 lines
458 B
Plaintext
|
<!-- 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>
|