Folks,

I've recently tried to build the Apache Ignite project from scratch
and got the following error:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: ⁣ ⁣01:27 min
[INFO] Finished at: 2021-08-25T22:40:58+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ignite-azure: Could not
resolve dependencies for project
org.apache.ignite:ignite-azure:jar:2.12.0-SNAPSHOT: Failure to find
com.azure:azure-storage-blob:jar:12.0.0 in
https://repo.maven.apache.org/maven2 was cached in the local
repository, resolution will not be reattempted until the update
interval of central has elapsed or updates are forced -> [Help 1]

It seems the azure-storage-blob is missing in the maven central
repository [1]. The mirror is not available since the bintray was
deprecated in May [2].

What should we do with this? I see the following:
- bump up the version of the azure module (compilation error occurs,
some fix required)
- republish the 12.0.0 version to the maven. It seems it should be available [3]

How it affects the 2.11 release? Should we file an issue if we need to
bump up the version?

[1] https://repo1.maven.org/maven2/com/azure/azure-storage-blob/12.0.0
[2] https://jcenter.bintray.com/
[3] https://mvnrepository.com/artifact/com.azure/azure-storage-blob/12.0.0

Reply via email to