Skip to content

Commit

Permalink
AVRO-2561: Bump hadoop dependency to 2.7.3 (#686)
Browse files Browse the repository at this point in the history
There has been several point releases in Hadoop since 2.7.3.

avro-tools, avro-mapred and trevni-avro depend on the hadoop jars, but avro-tools is the only module that does not include it in provided scope.
  • Loading branch information
RyanSkraba authored and Fokko committed Nov 4, 2019
1 parent 044572a commit abe9ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<!-- version properties for dependencies -->

<hadoop.version>2.7.3</hadoop.version>
<hadoop.version>2.7.7</hadoop.version>
<jackson.version>2.10.0</jackson.version>
<jackson.databind.version>2.10.0</jackson.databind.version>
<servlet-api.version>4.0.1</servlet-api.version>
Expand Down

0 comments on commit abe9ce7

Please sign in to comment.