You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/06/02 07:54:44 UTC

[isis] branch master updated: ISIS-3067: fixes missing jnr-ffi

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e11ed2009 ISIS-3067: fixes missing jnr-ffi
3e11ed2009 is described below

commit 3e11ed2009e9e320a2b6cadfc1640d1b324de80f
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Jun 2 09:54:38 2022 +0200

    ISIS-3067: fixes missing jnr-ffi
---
 valuetypes/asciidoc/ui/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/valuetypes/asciidoc/ui/pom.xml b/valuetypes/asciidoc/ui/pom.xml
index 22493ac495..67791a88f5 100644
--- a/valuetypes/asciidoc/ui/pom.xml
+++ b/valuetypes/asciidoc/ui/pom.xml
@@ -112,6 +112,11 @@
 			<artifactId>jnr-constants</artifactId>
 			<version>0.10.3</version>
 		</dependency>
+		<dependency>
+			<groupId>com.github.jnr</groupId>
+			<artifactId>jnr-ffi</artifactId>
+			<version>2.2.12</version>
+		</dependency>
 		<!-- END OF ASCII-DOC -->
 		
 		<!-- PRISM (SYNTAX HIGHLIGHTING) -->