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

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


The following commit(s) were added to refs/heads/master by this push:
     new e533963  RANGER-3013: Remove minor version of 'jna' jar file
e533963 is described below

commit e533963e3f1b7cb7c45241ef02eece15a9ba118c
Author: Bhavik Patel <[email protected]>
AuthorDate: Fri Sep 25 13:49:41 2020 +0530

    RANGER-3013: Remove minor version of 'jna' jar file
---
 agents-audit/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml
index 461081c..85effa6 100644
--- a/agents-audit/pom.xml
+++ b/agents-audit/pom.xml
@@ -107,6 +107,12 @@
             <groupId>org.elasticsearch</groupId>
             <artifactId>elasticsearch</artifactId>
             <version>${elasticsearch.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.elasticsearch</groupId>
+                    <artifactId>jna</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.elasticsearch</groupId>

Reply via email to