Skip to content

Commit

Permalink
Issue Alluxio#12704 Update jnr-ffi to 2.2.9
Browse files Browse the repository at this point in the history
This fixes AlluxioFuseFileSystemTest on Linux ARM64
Also see jnr/jnr-ffi#284

While here also update jnr-fuse to 0.5.7
  • Loading branch information
martin-g committed Nov 23, 2021
1 parent 3edc445 commit 37ad6f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@
<create.dependency.reduced.pom>false</create.dependency.reduced.pom>
<cephfs-hadoop.version>0.0.1</cephfs-hadoop.version>
<libcephfs.version>0.0.1</libcephfs.version>
<jnr-fuse.version>0.5.5</jnr-fuse.version>
<jnr-ffi.version>2.2.9</jnr-ffi.version>
<jnr-fuse.version>0.5.7</jnr-fuse.version>
</properties>

<modules>
Expand Down Expand Up @@ -262,6 +263,11 @@
<artifactId>jackson-dataformat-xml</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>${jnr-ffi.version}</version>
</dependency>
<dependency>
<groupId>com.github.serceman</groupId>
<artifactId>jnr-fuse</artifactId>
Expand Down

0 comments on commit 37ad6f8

Please sign in to comment.