You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/06/25 08:06:17 UTC

[GitHub] [hadoop] Fokko commented on a change in pull request #761: HADOOP-13386 Upgrade avro version in Hadoop

Fokko commented on a change in pull request #761: HADOOP-13386 Upgrade avro version in Hadoop
URL: https://github.com/apache/hadoop/pull/761#discussion_r297056811
 
 

 ##########
 File path: hadoop-project/pom.xml
 ##########
 @@ -638,6 +638,12 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
         <version>1.18</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.tukaani</groupId>
+            <artifactId>xz</artifactId>
 
 Review comment:
   If we upgrade to Avro 1.9.0, then `xz` isn't included as a dependency.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org