mneethiraj commented on code in PR #965:
URL: https://github.com/apache/ranger/pull/965#discussion_r3295458548
##########
pom.xml:
##########
@@ -1126,12 +1128,15 @@
<module>agents-common</module>
<module>agents-cred</module>
<module>agents-installer</module>
+ <module>authz-api</module>
<module>common-utils</module>
<module>credentialbuilder</module>
+ <module>distro</module>
Review Comment:
Is `distro` module necessary for `ranger-solr-plugin`?
##########
security-admin/pom.xml:
##########
@@ -545,6 +545,11 @@
<artifactId>unixauthclient</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
Review Comment:
Is it necessary to update the version of Solr client used in modules
`security-admin`, `embeddedwebserver` and `agents-audit/dest-solr` modules?
Does the older version client (8.11.3) not work with newer Solr server version
(9.4.1) used in Docker setup?
--
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]