hudi-bot opened a new issue, #16380: URL: https://github.com/apache/hudi/issues/16380
You latest POM (found [here|https://repo.maven.apache.org/maven2/org/apache/hudi/hudi/0.14.0/hudi-0.14.0.pom]) have several issues: * redefines "central" as "Maven Central". There is no need to define Maven Central as it comes "out of the box" with Maven * adds Cloudera repository group *public* to the build, that is a big no-no, as group seems to contain Maven Central proxy. For example, it has [junit:junit:4.12|https://repository.cloudera.com/repository/public/junit/junit/4.12/junit-4.12.pom] (in fact am unsure WHAT you need from here, as I did not found any *hosted* repository that has any content, or is not public. Maybe they need to enable anon access to some of their hosted repository, as publishing a group ONLY that has Central is a big no-no). * adds repository Confluent without any restriction These should be fixed. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-7339 - Type: Task -- 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]
