Skip to content

Fix maven dependency issues #16

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jbauerrfid
Copy link

Changes

Fix problems building the v12 example, caused by a missing pom.xml in the 12.0.0 version. The fix uses newer version of the artifacts, which provide their pom files.

I have provided all changes as individual commits, to allow using them all, or make cherry picks instead.

This relates to #15

@ghost
Copy link

ghost commented Oct 6, 2021

CLA assistant check
All CLA requirements met.

@jongio
Copy link
Member

jongio commented Oct 22, 2021

@conniey - Can you have a look?

1 similar comment
@jongio
Copy link
Member

jongio commented Oct 22, 2021

@conniey - Can you have a look?

<artifactId>azure-storage-common</artifactId>
<version>12.0.0</version>
</dependency>
<groupId>com.azure</groupId>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally, we would be referencing the BOM (azure-sdk-bom) so that the dependencies are aligned. azure-storage-blob transitively brings in azure-storage-common so you do not need to explicitly reference this.

https://search.maven.org/artifact/com.azure/azure-sdk-bom/1.0.5/pom

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

Successfully merging this pull request may close these issues.

3 participants