Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Maven dependency issues in the v12 folder #15

Open
jbauerrfid opened this issue Oct 6, 2021 · 2 comments
Open

[bug] Maven dependency issues in the v12 folder #15

jbauerrfid opened this issue Oct 6, 2021 · 2 comments

Comments

@jbauerrfid
Copy link

Maven fails to fetch the dependencies for the v12.0.0 components.

Tested it a bit, and these dependencies work:

  <dependencies>
    <dependency>
     <groupId>com.azure</groupId>
     <artifactId>azure-storage-common</artifactId>
     <version>12.13.0</version>
   </dependency>
    <dependency>
     <groupId>com.azure</groupId>
     <artifactId>azure-storage-blob</artifactId>
     <version>12.14.0</version>
   </dependency>
  </dependencies>

The <repository> section is unnecessary, these dependencies exist on maven central.

Tested with:

mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Program Files\Maven\bin\..
Java version: 11.0.7, vendor: Azul Systems, Inc., runtime: C:\Program Files\Zulu\zulu-11
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

java -version
openjdk version "11.0.7" 2020-04-14 LTS
OpenJDK Runtime Environment Zulu11.39+15-CA (build 11.0.7+10-LTS)
OpenJDK 64-Bit Server VM Zulu11.39+15-CA (build 11.0.7+10-LTS, mixed mode)

Also temporarily disabled the maven settings.xml to avoid potential trouble with my private repos, but same result.

@jbauerrfid
Copy link
Author

Update - Root cause:

Further investigation revealed that the azure-storage-blob 12.0.0 pom.xml file is missing in the maven repository,

@jongio
Copy link
Member

jongio commented Oct 22, 2021

@conniey - Can you have a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants