Gerrrr opened a new pull request, #372: URL: https://github.com/apache/flink-table-store/pull/372
Flink Table Store has the [same issue](https://issues.apache.org/jira/browse/FLINK-29962) as the main repo - hive dependencies depend on `jamon-runtime-2.3.1` that has malformed [pom](https://repo1.maven.org/maven2/org/jamon/jamon-runtime/2.3.1/jamon-runtime-2.3.1.pom) (nested project tag). My maven mirror complains about this and does not accept the dependency. Here is an error message: ``` Could not resolve dependencies for project org.apache.flink:flink-table-store-hive-catalog:jar:0.3-SNAPSHOT: Failed to collect dependencies at org.apache.hive.hcatalog:hive-webhcat-java-client:jar:2.3.9 -> org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.3.9 -> org.apache.hive:hive-cli:jar:2.3.9 -> org.apache.hive:hive-service:jar:2.3.9 -> org.apache.hive:hive-llap-server:jar:2.3.9 -> org.apache.hbase:hbase-server:jar:1.1.1 -> org.jamon:jamon-runtime:jar:2.3.1: Failed to read artifact descriptor for org.jamon:jamon-runtime:jar:2.3.1: Could not transfer artifact org.jamon:jamon-runtime:pom:2.3.1 from/to confluent-artifactory-central (<mirror url>): transfer failed for <mirror url>/org/jamon/jamon-runtime/2.3.1/jamon-runtime-2.3.1.pom, status: 409 Conflict -> [Help 1] ``` This PR excludes the transitive dependency from the problematic direct dependencies and pins the dependency to 2.4.1. Kudos to @vvcephei for coming up with the original fix for the main repository. @JingsongLi Can you please review? -- 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]
