Add pulsar starters into dependency management
Spring for Apache Pulsar was added, introducing two new starters. Those starters should be listed in dependency management. See gh-37272
This commit is contained in:
parent
e22ae279d7
commit
10f9f29b2b
|
@ -1420,6 +1420,8 @@ bom {
|
|||
"spring-boot-starter-oauth2-authorization-server",
|
||||
"spring-boot-starter-oauth2-client",
|
||||
"spring-boot-starter-oauth2-resource-server",
|
||||
"spring-boot-starter-pulsar",
|
||||
"spring-boot-starter-pulsar-reactive",
|
||||
"spring-boot-starter-quartz",
|
||||
"spring-boot-starter-reactor-netty",
|
||||
"spring-boot-starter-rsocket",
|
||||
|
|
Loading…
Reference in New Issue