Skip to content

Commit

Permalink
fix hail dependency issue #239
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu, Qinying (H&B, Herston) authored and Xu, Qinying (H&B, Herston) committed Sep 2, 2024
1 parent 2fb2642 commit 1ee54c4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,19 +220,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<!-- the all artifact is broken in repo, use the default one here -->
<groupId>au.csiro.aehrc.third.hail-is</groupId>
<artifactId>hail_${scala.binary.version}_${spark.binary.version}</artifactId>
<version>${hail.version}-SNAPSHOT</version>
<!--classifier>all</classifier-->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>au.csiro.aehrc.third.hail-is</groupId>
<artifactId>hail_${scala.binary.version}_${spark.binary.version}</artifactId>
<version>${hail.version}-SNAPSHOT</version>
<classifier>all</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
Expand Down

0 comments on commit 1ee54c4

Please sign in to comment.