spring-cloud-dependencies 中不再有特定的云提供商库

Specific cloud provider libraries no longer in spring-cloud-dependencies

我试图将我的 spring 引导项目从 spring 引导 2.3 迁移到 2.5,并相应地将 spring 云迁移到 Hoxton 到 2020。0.X 我注意到已删除特定于云提供商的库。

[ERROR]     'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-starter-aws:jar is missing. @ line 56, column 21
[ERROR]     'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-aws-messaging:jar is missing. @ line 60, column 21

我的第一个猜测是将我的 aws 库指定为正确的版本,但我想知道是否有最好的方法来确保我的 aws 库在 spring 云迁移的同时更新未来。我有点喜欢 spring aws 库使用 bom。

请阅读 Spring 博客 https://spring.io/blog/2020/04/17/spring-cloud-2020-0-0-m1-released

Spring Cloud AWS and Spring Cloud GCP are no longer part of the release train. They will continue to be part of Hoxton as long as it is supported – at least thru June of 2021. Spring Cloud GCP will continue on as a separate project in https://github.com/GoogleCloudPlatform.