From: =?utf-8?b?SsOpcsO0bWUgQ2hhcmFvdWk=?= <jerome@riseup.net>
Date: Tue, 25 Oct 2022 22:24:33 -0400
Subject: Disable jnr-ffi native usage

Forwarded: not-needed
---
 core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index b1d33fc..4dbc341 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -617,6 +617,7 @@ DO NOT MODIFY - GENERATED CODE
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
+          <!--
           <execution>
             <id>unzip native</id>
             <phase>clean</phase>
@@ -638,6 +639,7 @@ DO NOT MODIFY - GENERATED CODE
               </artifactItems>
             </configuration>
           </execution>
+          -->
         </executions>
       </plugin>
     </plugins>
@@ -717,6 +719,7 @@ DO NOT MODIFY - GENERATED CODE
           <plugin>
             <artifactId>maven-dependency-plugin</artifactId>
             <executions>
+              <!--
               <execution>
                 <phase>process-classes</phase>
                 <goals>
@@ -737,6 +740,7 @@ DO NOT MODIFY - GENERATED CODE
                   </artifactItems>
                 </configuration>
               </execution>
+              -->
             </executions>
           </plugin>
         </plugins>
