Skip to content

Commit

Permalink
travis test: declare Saxon version for ext modules
Browse files Browse the repository at this point in the history
  • Loading branch information
karenhanson committed Jul 25, 2019
1 parent 94e7af6 commit 4c88d58
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion jhove-ext-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<properties>
<jwat.version>1.0.3</jwat.version>
<epubcheck.version>4.2.2</epubcheck.version>
<saxon.version>9.8.0-14</saxon.version>
</properties>

<build>
Expand Down Expand Up @@ -44,8 +45,20 @@
</plugin>
</plugins>
</build>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>${saxon.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</dependency>
<dependency>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove-core</artifactId>
Expand Down

0 comments on commit 4c88d58

Please sign in to comment.