Skip to content

Commit

Permalink
Add oss.sonatype.org to download the cudf jar (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina authored Jul 6, 2020
1 parent 3de3f53 commit ea8071e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,16 @@
</plugins>
</build>
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>snapshots</id>
<name>sw-spark-maven</name>
Expand Down

0 comments on commit ea8071e

Please sign in to comment.