Skip to content

Commit 0bfbdb3

Browse files
Antisamy 1.6.6 update
Appears that all exclusions were able to be removed as well.
1 parent 51df060 commit 0bfbdb3

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -244,22 +244,7 @@
244244
<dependency>
245245
<groupId>org.owasp.antisamy</groupId>
246246
<artifactId>antisamy</artifactId>
247-
<version>1.6.5</version>
248-
<exclusions>
249-
<!-- excluded because we pick up much newer version -->
250-
<exclusion>
251-
<groupId>commons-io</groupId>
252-
<artifactId>commons-io</artifactId>
253-
</exclusion>
254-
<exclusion>
255-
<groupId>org.slf4j</groupId>
256-
<artifactId>slf4j-api</artifactId>
257-
</exclusion>
258-
<exclusion>
259-
<groupId>xml-apis</groupId>
260-
<artifactId>xml-apis</artifactId>
261-
</exclusion>
262-
</exclusions>
247+
<version>1.6.6</version>
263248
</dependency>
264249
<dependency>
265250
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)