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

Merge two Azure Spring BOMs into one #24826

Merged
Show file tree
Hide file tree
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
132 changes: 0 additions & 132 deletions sdk/boms/azure-spring-boot-bom/pom.xml

This file was deleted.

7 changes: 2 additions & 5 deletions sdk/boms/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ extends:
- name: azure-sdk-bom
groupId: com.azure
safeName: azuresdkbom
- name: azure-spring-boot-bom
- name: spring-cloud-azure-dependencies
groupID: com.azure.spring
safeName: azurespringbootbom
- name: azure-spring-cloud-dependencies
groupID: com.azure.spring
safeName: azurespringclouddependencies
safeName: springcloudazuredependencies
- name: azure-sdk-template-bom
groupID: com.azure
safeName: azuresdktemplatebom
3 changes: 1 addition & 2 deletions sdk/boms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<modules>
<module>azure-sdk-bom</module>
<module>azure-sdk-template-bom</module>
<module>azure-spring-boot-bom</module>
<module>azure-spring-cloud-dependencies</module>
<module>spring-cloud-azure-dependencies</module>
</modules>
</project>
Loading