浏览代码

HDFS-16523. Fix dependency error in hadoop-hdfs on M1 Mac (#4112)

The version of hawtjni-runtime has been fixed to 1.11 to avoid build failures

Contributed by Akira Ajisaka
Akira Ajisaka 3 年之前
父节点
当前提交
4e32318ace
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      hadoop-project/pom.xml

+ 5 - 0
hadoop-project/pom.xml

@@ -1481,6 +1481,11 @@
         <artifactId>leveldbjni-all</artifactId>
         <version>1.8</version>
       </dependency>
+      <dependency>
+        <groupId>org.fusesource.hawtjni</groupId>
+        <artifactId>hawtjni-runtime</artifactId>
+        <version>1.11</version>
+      </dependency>
 
       <dependency>
         <groupId>com.microsoft.azure</groupId>