Skip to content

Commit

Permalink
add avro dependency to yarn-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed Apr 24, 2014
1 parent 77fad08 commit e345919
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,12 @@
<modules>
<module>yarn</module>
</modules>
<dependencies>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</dependency>
</dependencies>
</profile>

<!-- Ganglia integration is not included by default due to LGPL-licensed code -->
Expand Down

0 comments on commit e345919

Please sign in to comment.