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

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new af5964e05f Place `jna` under version management again
af5964e05f is described below

commit af5964e05fe4e39dd5195d4d25044b30285d7134
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Mar 21 22:41:59 2023 +0100

    Place `jna` under version management again
    
    The version of `jna` declared by Cassandra fails to work on some Windows
    CI runners.
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 786d2c52aa..9f6cb8412f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,6 +434,7 @@
     <jetty.version>9.4.50.v20221201</jetty.version>
     <jmdns.version>3.5.8</jmdns.version>
     <jmh.version>1.36</jmh.version>
+    <jna.version>5.12.1</jna.version>
     <json-unit.version>2.36.0</json-unit.version>
     <junit.version>4.13.2</junit.version>
     <junit-jupiter.version>5.9.1</junit-jupiter.version>
@@ -982,6 +983,12 @@
         <version>${jmh.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>net.java.dev.jna</groupId>
+        <artifactId>jna</artifactId>
+        <version>${jna.version}</version>
+      </dependency>
+
       <dependency>
         <groupId>net.javacrumbs.json-unit</groupId>
         <artifactId>json-unit</artifactId>
@@ -1353,7 +1360,7 @@
         </plugin>
 
         <plugin>
-          <groupId>org.apache.felix</groupId>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-artifact-plugin</artifactId>
           <version>${maven-artifact-plugin.version}</version>
         </plugin>

Reply via email to