Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions sdk/parents/azure-client-sdk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -491,11 +491,6 @@
This rule is used to enforce that all modules depend on the same version of particular dependencies or
plugins.
-->
<requireSameVersions>
<dependencies>
<dependency>com.azure.*</dependency>
Copy link
Member

Choose a reason for hiding this comment

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

Should this be changed to com.azure:* instead of being removed?

Copy link
Contributor Author

@ChenTanyi ChenTanyi Sep 18, 2020

Choose a reason for hiding this comment

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

I don't know what you really want to do for such SameVersions.
As I tested, if I add com.azure:*, all data-plane SDK will build with failure, since all their versions are different

Copy link
Contributor Author

Choose a reason for hiding this comment

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

</dependencies>
</requireSameVersions>
</rules>
<fail>true</fail>
</configuration>
Expand Down