X Tutup
Skip to content

Commit a8d4613

Browse files
committed
exclude antisamy
1 parent 51ffd90 commit a8d4613

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Ch04_OutputEscaping/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<dependency>
2121
<groupId>org.owasp.esapi</groupId>
2222
<artifactId>esapi</artifactId>
23+
<exclusions>
24+
<exclusion>
25+
<artifactId>antisamy</artifactId>
26+
<groupId>org.owasp.antisamy</groupId>
27+
</exclusion>
28+
</exclusions>
2329
</dependency>
2430
</dependencies>
2531

0 commit comments

Comments
 (0)
X Tutup