Skip to content

Commit

Permalink
using fork of new mavenised jhove
Browse files Browse the repository at this point in the history
* this should work with java8
* updated travis file.
  • Loading branch information
Alecs Geuder committed Sep 15, 2014
1 parent f6a2560 commit f149ffd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: java
jdk:
# jhove-old fails to build with oraclejdk8
# - oraclejdk8
- oraclejdk8
- oraclejdk7
- openjdk7
before_install:
- git clone https://github.com/openplanets/jhove-old.git
- cd jhove-old/jhove-releases
- git clone https://github.com/bl-dpt/jhove.git
- mvn clean install -DskipTests=true
- cd ../..
- git clone https://github.com/bl-dpt/dptutils.git
Expand Down
2 changes: 1 addition & 1 deletion flint-toolwrappers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</dependency>

<dependency>
<groupId>org.opf-labs.jhove</groupId>
<groupId>edu.harvard.hul.ois</groupId>
<artifactId>jhove</artifactId>
</dependency>
<!-- note that to use jhove2 a different method of making a single jar
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<javax.websocket-api.version>1.0</javax.websocket-api.version>
<jboss-websocket-api_1.0_spec>1.0.0.Final</jboss-websocket-api_1.0_spec>
<jetty.version>9.1.3.v20140225</jetty.version>
<jhove.version>1.10</jhove.version>
<jhove.version>1.12.0-SNAPSHOT</jhove.version>
<junit.version>4.11</junit.version>
<maven-assembly-plugin.version>2.4</maven-assembly-plugin.version>
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down Expand Up @@ -262,7 +262,7 @@
<version>${epubcheck.version}</version>
</dependency>
<dependency>
<groupId>org.opf-labs.jhove</groupId>
<groupId>edu.harvard.hul.ois</groupId>
<artifactId>jhove</artifactId>
<version>${jhove.version}</version>
</dependency>
Expand Down

0 comments on commit f149ffd

Please sign in to comment.