Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 6b7a3f5

Browse files
committed
fix for eclipse: exclude xml-apis dependency (xerces)
1 parent d080dc2 commit 6b7a3f5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

dataformat-aml/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<groupId>xerces</groupId>
3838
<artifactId>xercesImpl</artifactId>
3939
<version>2.12.1</version>
40+
<exclusions>
41+
<exclusion>
42+
<artifactId>xml-apis</artifactId>
43+
<groupId>xml-apis</groupId>
44+
</exclusion>
45+
</exclusions>
4046
</dependency>
4147
<dependency>
4248
<groupId>org.eclipse.persistence</groupId>

0 commit comments

Comments
 (0)