Skip to content

Commit

Permalink
Exclude xml-apis from maven pom
Browse files Browse the repository at this point in the history
Fixes compilation inside eclipse and these APIs are in any new JVM
either way.
  • Loading branch information
akurtakov committed Jan 20, 2025
1 parent ef7b10e commit 08a3468
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions org.eclipse.images.renderer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-anim</artifactId>
<version>1.18</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 08a3468

Please sign in to comment.