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
This commit is contained in:
parent
e386d6a661
commit
4e32318ace
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue