mneethiraj commented on code in PR #997:
URL: https://github.com/apache/ranger/pull/997#discussion_r3357933279
##########
agents-audit/core/pom.xml:
##########
@@ -61,6 +61,10 @@
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
Review Comment:
@pradeepagrawal8184 - is `<exclusion>` at line 64 necessary, given all
dependencies are already excluded by line 60 above?
##########
agents-audit/orc-util/pom.xml:
##########
@@ -41,6 +41,10 @@
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
Review Comment:
@pradeepagrawal8184 - is <exclusion> at line 44 necessary, given all
dependencies are already excluded by line 40 above?
##########
agents-audit/orc-util/pom.xml:
##########
@@ -52,6 +56,10 @@
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
Review Comment:
@pradeepagrawal8184 - is <exclusion> at line 59 necessary, given all
dependencies are already excluded by line 55 above?
##########
agents-audit/orc-util/pom.xml:
##########
@@ -63,6 +71,10 @@
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
Review Comment:
@pradeepagrawal8184 - is <exclusion> at line 74 necessary, given all
dependencies are already excluded by line 70 above?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]