Skip to content

Commit 0d56c83

Browse files
committed
Remove unneeded exclusions and dependencies that were in PR#799 that caused build to fail once AntiSamy 1.7.4 was used.
1 parent 92d24f0 commit 0d56c83

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -256,21 +256,6 @@
256256
<groupId>org.slf4j</groupId>
257257
<artifactId>slf4j-api</artifactId>
258258
</exclusion>
259-
<exclusion>
260-
<groupId>org.apache.xmlgraphics</groupId>
261-
<artifactId>batik-css</artifactId>
262-
</exclusion>
263-
</exclusions>
264-
</dependency>
265-
<dependency>
266-
<groupId>org.apache.xmlgraphics</groupId>
267-
<artifactId>batik-css</artifactId>
268-
<version>1.17</version>
269-
<exclusions>
270-
<exclusion>
271-
<groupId>commons-logging</groupId>
272-
<artifactId>commons-logging</artifactId>
273-
</exclusion>
274259
</exclusions>
275260
</dependency>
276261
<dependency>

0 commit comments

Comments
 (0)