Skip to content

Commit

Permalink
Add version mapping between spring-boot and azure-sdk-bom (Azure#26891)
Browse files Browse the repository at this point in the history
  • Loading branch information
rujche authored and annie-mac committed Mar 3, 2022
1 parent 94af22d commit 25094d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/boms/azure-sdk-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.1.0 (2021-01-22)
## 1.1.0 (2022-01-22)

### Dependency Updates

Expand Down
11 changes: 11 additions & 0 deletions sdk/boms/azure-sdk-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ result in all dependencies being included in your project.
</dependencyManagement>
```

#### Determine the version of azure-sdk-bom according to the version of Spring Boot

If you are using Spring Boot in your project, you can determine the version of azure-sdk-bom according to the version of Spring Boot.

| Version of Spring Boot | Version of azure-sdk-bom |
| ---------------------- | ----------------------- |
| 2.6.x | 1.1.0 |
| 2.5.x | 1.0.6 |
| 2.4.x | 1.0.3 |
| < 2.4.0 | Not supported |

### Adding libraries to your project

After adding the BOM, Azure client libraries included in the BOM are now available to be added as a dependency without
Expand Down

0 comments on commit 25094d7

Please sign in to comment.