Skip to content

Commit

Permalink
Exclude old version of Hadoop. Resolves #118. (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot authored and lintool committed Nov 23, 2017
1 parent 36e592f commit 9b8a79a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,12 @@
<groupId>org.netpreserve.commons</groupId>
<artifactId>webarchive-commons</artifactId>
<version>1.1.8</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
Expand Down

0 comments on commit 9b8a79a

Please sign in to comment.