Azure / azure-storage-java

Microsoft Azure Storage Library for Java
https://docs.microsoft.com/en-us/java/api/overview/azure/storage
MIT License
189 stars 163 forks source link

Unable to download azure-storage 8.6.1 from Maven Central. #534

Closed sandrzejczak closed 4 years ago

sandrzejczak commented 4 years ago

Which version of the SDK was used?

8.6.1

What problem was encountered?

Maven is unable to resolve below dependency: `

com.microsoft.azure
 <artifactId>azure-storage</artifactId>
 <version>8.6.1</version>

` It tries to download the pom from: https://repo1.maven.org/maven2/com/azure/azure-storage/8.6.1/azure-storage-8.6.1.pom while in reality it resides at: https://repo1.maven.org/maven2/com/microsoft/azure/azure-storage/8.6.1/azure-storage-8.6.1.pom

Have you found a mitigation/solution?

Looks like an artifact relocation issue.

sandrzejczak commented 4 years ago

Closing as duplicate of https://github.com/Azure/azure-storage-java/issues/533