We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51df060 commit 0bfbdb3Copy full SHA for 0bfbdb3
pom.xml
@@ -244,22 +244,7 @@
244
<dependency>
245
<groupId>org.owasp.antisamy</groupId>
246
<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
255
- <groupId>org.slf4j</groupId>
256
- <artifactId>slf4j-api</artifactId>
257
258
259
- <groupId>xml-apis</groupId>
260
- <artifactId>xml-apis</artifactId>
261
262
- </exclusions>
+ <version>1.6.6</version>
263
</dependency>
264
265
<groupId>org.slf4j</groupId>
0 commit comments