Skip to content

Commit

Permalink
Adds extra Maven repo for hadoop-lzo, which is a transitive dependenc…
Browse files Browse the repository at this point in the history
…y of parquet-thrift
  • Loading branch information
liancheng committed Jul 8, 2015
1 parent 926af87 commit 598c3e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,18 @@
<enabled>false</enabled>
</snapshots>
</repository>
<!-- For transitive dependencies brougt by parquet-thrift -->
<repository>
<id>twttr-repo</id>
<name>Twttr Repository</name>
<url>http://maven.twttr.com</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<!-- TODO: This can be deleted after Spark 1.4 is posted -->
<repository>
<id>spark-1.4-staging</id>
Expand Down

0 comments on commit 598c3e8

Please sign in to comment.