Skip to content

Commit

Permalink
Upgrading Saxon for java8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Nov 5, 2014
1 parent bef3741 commit b8e4fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-system/pom.xml
Expand Up @@ -259,8 +259,8 @@
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxonhe</artifactId>
<version>9.3.1</version>
<artifactId>Saxon-HE</artifactId>
<version>9.5.1-6</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infra/common/pom.xml
Expand Up @@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxonhe</artifactId>
<artifactId>Saxon-HE</artifactId>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
Expand Down

0 comments on commit b8e4fcb

Please sign in to comment.