Skip to content

Commit

Permalink
revert remove the dependency of avro in yarn-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed May 4, 2014
1 parent 2df6cf5 commit f8a4ad8
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 @@ -792,6 +792,12 @@
<hadoop.version>0.23.7</hadoop.version>
<!--<hadoop.version>2.0.5-alpha</hadoop.version> -->
</properties>
<dependencies>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</dependency>
</dependencies>
<modules>
<module>yarn</module>
</modules>
Expand Down

0 comments on commit f8a4ad8

Please sign in to comment.