Skip to content

Commit

Permalink
not use old saxon version from jing
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Nov 9, 2022
1 parent 2e66dc9 commit 639cdcc
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 @@ -120,6 +120,12 @@
<groupId>com.thaiopensource</groupId>
<artifactId>jing</artifactId>
<version>20091111</version>
<exclusions>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<repositories>
Expand Down

0 comments on commit 639cdcc

Please sign in to comment.