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 1, 2024
1 parent f15d078 commit 664df99
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<groupId>com.oxygenxml</groupId>
<artifactId>oxygen</artifactId>
<version>${oxygen.sdk.version}</version>
<scope>provided</scope>
<scope>provided</scope> <!-- provided by Oxygen -->
</dependency>
<dependency>
<!-- NOTE(AR) needed for Javadoc generation to succeed -->
Expand All @@ -84,7 +84,8 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>11.4</version> <!-- provided by Oxygen -->
<version>11.4</version>
<scope>provided</scope> <!-- provided by Oxygen -->
</dependency>
<dependency>
<groupId>com.evolvedbinary.xpath</groupId>
Expand All @@ -101,7 +102,7 @@
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.3</version>
<scope>provided</scope>
<scope>provided</scope> <!-- provided by Oxygen -->
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
Expand Down

0 comments on commit 664df99

Please sign in to comment.