Skip to content

Commit

Permalink
Add Avro dependency to dist pom (apache#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Aug 4, 2018
1 parent dcd5aae commit c30c321
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dists/hadoop-palantir/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.binary.version}</artifactId>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-avro_2.11</artifactId>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-hadoop-cloud_${scala.binary.version}</artifactId>
Expand Down

0 comments on commit c30c321

Please sign in to comment.