Skip to content

Commit

Permalink
CHORE: Remove hail from maven build (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEdwards7502 committed Oct 2, 2024
1 parent 1be8d66 commit bd53f27
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
<scalafmt.onlyChangedFiles>false</scalafmt.onlyChangedFiles>
<sonata.autorelease>true</sonata.autorelease>
<CodeCacheSize>1g</CodeCacheSize>
<hail.version>0.2.74</hail.version>
<skipTests>false</skipTests>
<build.type>devel</build.type>
</properties>
Expand Down Expand Up @@ -219,13 +218,6 @@
<version>5.1</version>
<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>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
Expand Down

0 comments on commit bd53f27

Please sign in to comment.