mneethiraj commented on code in PR #3928: URL: https://github.com/apache/polaris/pull/3928#discussion_r2984851503
########## runtime/server/distribution/LICENSE: ########## @@ -2021,3 +2021,213 @@ Project URL: https://github.com/aeron-io/agrona License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt -------------------------------------------------------------------------------- + +This product bundles Apache Ranger libraries. + +* Maven group:artifact IDs: org.apache.ranger:authz-embedded +* Maven group:artifact IDs: org.apache.ranger:ranger-audit-core +* Maven group:artifact IDs: org.apache.ranger:ranger-audit-dest-solr +* Maven group:artifact IDs: org.apache.ranger:ranger-authz-api +* Maven group:artifact IDs: org.apache.ranger:ranger-plugin-classloader +* Maven group:artifact IDs: org.apache.ranger:ranger-plugins-common +* Maven group:artifact IDs: org.apache.ranger:ranger-plugins-cred +* Maven group:artifact IDs: org.apache.ranger:ugsync-util + +Project URL: https://github.com/apache/ranger +License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- + +This product bundles Jetty libraries. + +* Maven group:artifact IDs: org.eclipse.jetty:jetty-client +* Maven group:artifact IDs: org.eclipse.jetty:jetty-http +* Maven group:artifact IDs: org.eclipse.jetty:jetty-io +* Maven group:artifact IDs: org.eclipse.jetty:jetty-util + +Home page: https://github.com/jetty/jetty.project/ +License: Eclipse Public License 2.0 - https://projects.eclipse.org/license/epl-2.0 + +-------------------------------------------------------------------------------- + +This product bundles FasterXML libraries. + +* Maven group:artifact IDs: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base +* Maven group:artifact IDs: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider +* Maven group:artifact IDs: com.fasterxml.jackson.module:jackson-module-jaxb-annotations + +Home page: https://github.com/FasterXML/ +License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- + +This product bundles HttpComponents libraries. + +* Maven group:artifact IDs: org.apache.httpcomponents:httpasyncclient +* Maven group:artifact IDs: org.apache.httpcomponents:httpcore-nio +* Maven group:artifact IDs: org.apache.httpcomponents:httpmime + +Home page: https://hc.apache.org/ +License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- + +This product bundles JSON Smart libraries. + +* Maven group:artifact IDs: net.minidev:json-smart +* Maven group:artifact IDs: net.minidev:accessors-smart + +Home page: https://github.com/netplex/json-smart-v2 +License: Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt + +-------------------------------------------------------------------------------- + +This product bundles Apache Zookeeper libraries. + +* Maven group:artifact IDs: org.apache.zookeeper:zookeeper Review Comment: Ranger authorizer supports writing audit logs to Solr, which are used for interactive viewing of accesses in a deployment via Ranger admin console. Zookeeper is used by Solr client when Solr is deployed in cloud mode. -- 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]
