Skip to content

Commit 8982d4f

Browse files
kmularisedididy
authored andcommitted
[ZEPPELIN-6354] Remove repo.hortonworks.com
### 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 Closes apache#5103 from kmularise/ZEPPELIN-6354. Signed-off-by: Philipp Dallig <[email protected]>
1 parent 37c3bce commit 8982d4f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -798,10 +798,6 @@
798798
<id>cloudera</id>
799799
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
800800
</repository>
801-
<repository>
802-
<id>hortonworks</id>
803-
<url>https://repo.hortonworks.com/content/groups/public/</url>
804-
</repository>
805801
</repositories>
806802
</profile>
807803

0 commit comments

Comments
 (0)