Skip to content

Commit

Permalink
[bugfix] Saxon is provided by Oxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Apr 3, 2024
1 parent 980e23f commit 39d5dd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
<version>${oxygen.sdk.version}</version>
<scope>provided</scope> <!-- provided by Oxygen -->
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>11.4</version>
<scope>provided</scope> <!-- provided by Oxygen -->
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
Expand Down

0 comments on commit 39d5dd9

Please sign in to comment.