Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from nlnwa/maeb/jhove
Browse files Browse the repository at this point in the history
JHOVE with updated JWAT version via jitpack
  • Loading branch information
johnerikhalse authored Feb 26, 2019
2 parents 261b068 + 3149774 commit 99970c9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
<log4j.version>2.7</log4j.version>
</properties>


<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>

<dependency>
Expand Down Expand Up @@ -80,10 +88,15 @@
<version>${jhove.version}</version>
</dependency>

<dependency>
<!--dependency>
<groupId>org.openpreservation.jhove</groupId>
<artifactId>jhove-ext-modules</artifactId>
<version>${jhove.version}</version>
</dependency-->
<dependency>
<groupId>com.github.maeb</groupId>
<artifactId>jhove</artifactId>
<version>maeb~jwat-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 99970c9

Please sign in to comment.