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:
Akira Ajisaka 2022-03-30 00:44:55 +09:00 committed by GitHub
parent e386d6a661
commit 4e32318ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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>