JiaLiangC commented on PR #1318: URL: https://github.com/apache/bigtop/pull/1318#issuecomment-2544261812
> Hmm. Packaging fails due to unresolved dependency. I will retry this tomorrow to see if it is server side issue. > > ``` > [ERROR] Failed to execute goal on project ranger-knox-plugin: Could not resolve dependencies for project org.apache.ranger:ranger-knox-plugin:jar:2.5.0: The following artifacts could not be resolved: org.jetbrains.pty4j:pty4j:jar:0.11.4, org.jetbrains.pty4j:purejavacomm:jar:0.0.11.1: Could not find artifact org.jetbrains.pty4j:pty4j:jar:0.11.4 in apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots) -> [Help 1] > ``` I encountered similar dependency download issues when compiling Ranger. I resolved it by replacing all Maven mirror repositories in Ranger's root pom file with China's domestic mirrors, and then it worked fine. I didn't make this commit because it's likely due to China's network isolation issues. -- 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]
