Skip to content

Commit

Permalink
Merge pull request #240 from aehrc/hail_third_issue
Browse files Browse the repository at this point in the history
hail dependency issue
  • Loading branch information
bhosking authored Sep 3, 2024
2 parents 2fb2642 + 1ee54c4 commit 89108aa
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 89108aa

Please sign in to comment.