Skip to content

Commit

Permalink
pom: Fixed seqdoop htsjdk to compile with java8
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed May 19, 2015
1 parent 75d4570 commit c5c567a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion hpg-bigdata-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,18 @@
<groupId>org.seqdoop</groupId>
<artifactId>hadoop-bam</artifactId>
<version>7.0.0</version>
</dependency>
<exclusions>
<exclusion>
<groupId>org.seqdoop</groupId>
<artifactId>htsjdk</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.samtools</groupId>
<artifactId>htsjdk</artifactId>
<version>1.129</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit c5c567a

Please sign in to comment.