gaborgsomogyi commented on PR #23417: URL: https://github.com/apache/flink/pull/23417#issuecomment-1720942470
I've just analyzed through why `pemja 0.4.0` is not found and the reason is that: * `0.3.0` has pom inside: https://repo.maven.apache.org/maven2/com/alibaba/pemja/0.3.0/ <img width="616" alt="Screenshot 2023-09-15 at 11 05 56" src="https://github.com/apache/flink/assets/18561820/19149d2b-6aeb-49db-9fe9-46b151615aa4"> * `0.4.0` has `no` pom inside: https://repo.maven.apache.org/maven2/com/alibaba/pemja/0.4.0/ <img width="612" alt="Screenshot 2023-09-15 at 11 06 36" src="https://github.com/apache/flink/assets/18561820/c1229b6e-71c7-4c14-88b9-d3cf27362e5f"> The end result is the following failure: `06:13:53.385 [ERROR] Failed to execute goal on project flink-python: Could not resolve dependencies for project org.apache.flink:flink-python:jar:1.19-SNAPSHOT: Could not find artifact com.alibaba:pemja:jar:0.4.0 in alicloud-mvn-mirror (http://172.17.0.1:8888/repository/maven-central/) -> [Help 1]` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org