Skip to content

Fix maven dependency issues#16

Open
jbauerrfid wants to merge 3 commits intoAzure-Samples:masterfrom
jbauerrfid:master
Open

Fix maven dependency issues#16
jbauerrfid wants to merge 3 commits intoAzure-Samples:masterfrom
jbauerrfid:master

Conversation

@jbauerrfid
Copy link
Copy Markdown

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
Copy Markdown

ghost commented Oct 6, 2021

CLA assistant check
All CLA requirements met.

@jongio
Copy link
Copy Markdown
Member

jongio commented Oct 22, 2021

@conniey - Can you have a look?

1 similar comment
@jongio
Copy link
Copy Markdown
Member

jongio commented Oct 22, 2021

@conniey - Can you have a look?

Comment thread v12/pom.xml
<artifactId>azure-storage-common</artifactId>
<version>12.0.0</version>
</dependency>
<groupId>com.azure</groupId>
Copy link
Copy Markdown

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