Skip to content

Commit

Permalink
#1569 saxon 11 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 9, 2022
1 parent 9fad0a0 commit 33c65db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Expand Up @@ -168,6 +168,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.4.0-b180830.0359</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Expand Down Expand Up @@ -206,15 +207,15 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<scope>test</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.2</version>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>11.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<version>1.4.01</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -243,7 +244,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
Expand Down

This file was deleted.

0 comments on commit 33c65db

Please sign in to comment.