Skip to content

Commit 89108aa

Browse files
authored
Merge pull request #240 from aehrc/hail_third_issue
hail dependency issue
2 parents 2fb2642 + 1ee54c4 commit 89108aa

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

+1-8
Original file line numberDiff line numberDiff line change
@@ -220,19 +220,12 @@
220220
<scope>provided</scope>
221221
</dependency>
222222
<dependency>
223+
<!-- the all artifact is broken in repo, use the default one here -->
223224
<groupId>au.csiro.aehrc.third.hail-is</groupId>
224225
<artifactId>hail_${scala.binary.version}_${spark.binary.version}</artifactId>
225226
<version>${hail.version}-SNAPSHOT</version>
226-
<!--classifier>all</classifier-->
227227
<scope>provided</scope>
228228
</dependency>
229-
<dependency>
230-
<groupId>au.csiro.aehrc.third.hail-is</groupId>
231-
<artifactId>hail_${scala.binary.version}_${spark.binary.version}</artifactId>
232-
<version>${hail.version}-SNAPSHOT</version>
233-
<classifier>all</classifier>
234-
<scope>test</scope>
235-
</dependency>
236229
<dependency>
237230
<groupId>org.apache.commons</groupId>
238231
<artifactId>commons-csv</artifactId>

0 commit comments

Comments
 (0)