Skip to content

Commit f57db7a

Browse files
authored
Merge pull request #2971 from hborchardt/remove_xml-apis_dependency
Exclude xml-apis dependency
2 parents bcc6170 + 1481d41 commit f57db7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,12 @@
307307
<groupId>xerces</groupId>
308308
<artifactId>xercesImpl</artifactId>
309309
<version>2.12.2</version>
310+
<exclusions>
311+
<exclusion>
312+
<groupId>xml-apis</groupId>
313+
<artifactId>xml-apis</artifactId>
314+
</exclusion>
315+
</exclusions>
310316
</dependency>
311317
<!-- Commons Compress -->
312318
<dependency>

0 commit comments

Comments
 (0)