kmularise opened a new pull request, #5103: URL: https://github.com/apache/zeppelin/pull/5103
### What is this PR for? This PR removes the Hortonworks repository from the `vendor-repo` Maven profile in the root pom.xml. The Hortonworks repository's SSL certificate has recently expired, and since Hortonworks was acquired by Cloudera, maintaining a separate repository entry is no longer necessary. ### What type of PR is it? Bug Fix ### Todos * [x] - Remove Hortonworks repository from vendor-repo profile * [x] - Verify that vendor-repo profile is not used in CI/CD pipelines * [x] - Confirm no dependencies explicitly require Hortonworks repository ### What is the Jira issue? * [ZEPPELIN-6354](https://issues.apache.org/jira/browse/ZEPPELIN-6354) ### How should this be tested? * Verify that the build completes successfully without the Hortonworks repository: ```bash ./mvnw clean install -DskipTests ``` * Confirm that the vendor-repo profile (if manually activated) still works with Cloudera repository: ```bash ./mvnw clean install -DskipTests -Pvendor-repo ``` * Check that no dependencies are downloaded from the Hortonworks repository during build ### Screenshots (if appropriate) N/A ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No ### Additional Notes: - The `vendor-repo` profile is not currently used in any GitHub Actions workflows - Cloudera repository is retained in the profile for potential vendor-specific artifacts - Future consideration: The entire `vendor-repo` profile could be removed if not needed, as CI/CD pipelines don't use it -- 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]
