You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2023/04/27 20:44:53 UTC

[ranger] branch master updated: RANGER-4214: added dependecies for javax.annotation package

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

sneethir 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 d64f578c1 RANGER-4214: added dependecies for javax.annotation package
d64f578c1 is described below

commit d64f578c177e86712a55713098f136bb487a7f31
Author: Selvamohan Neethiraj <sn...@apache.org>
AuthorDate: Thu Apr 27 16:44:45 2023 -0400

    RANGER-4214: added dependecies for javax.annotation package
---
 .gitignore               | 1 +
 ranger-common-ha/pom.xml | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8ecdf8027..5bd45411b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ winpkg/target
 **/apache_ranger.egg-info
 .python-version
 /security-admin/src/main/webapp/react-webapp/node_modules
+**/target
diff --git a/ranger-common-ha/pom.xml b/ranger-common-ha/pom.xml
index d44e8456f..267f75331 100644
--- a/ranger-common-ha/pom.xml
+++ b/ranger-common-ha/pom.xml
@@ -110,6 +110,11 @@
             <artifactId>log4j-over-slf4j</artifactId>
             <version>${slf4j.version}</version>
         </dependency>
+		<dependency>
+ 			<groupId>javax.annotation</groupId>
+ 			<artifactId>jsr250-api</artifactId>
+ 			<scope>provided</scope>
+ 		</dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>