mneethiraj commented on code in PR #570: URL: https://github.com/apache/ranger/pull/570#discussion_r2122657724
########## embeddedwebserver/pom.xml: ########## @@ -81,6 +81,16 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger-audit-dest-es</artifactId> Review Comment: No, this is intentional. Ranger server initializes Solr and Elasticsearch when necessary (by creating the collection that stores audit logs); hence the references to Solr and Elasticsearch audit destinations. -- 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: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org