@@ -1990,6 +1990,7 @@ bom {
1990
1990
" spring-boot-amqp" ,
1991
1991
" spring-boot-artemis" ,
1992
1992
" spring-boot-autoconfigure" ,
1993
+ " spring-boot-autoconfigure-all" ,
1993
1994
" spring-boot-autoconfigure-processor" ,
1994
1995
" spring-boot-batch" ,
1995
1996
" spring-boot-buildpack-platform" ,
@@ -2023,9 +2024,11 @@ bom {
2023
2024
" spring-boot-h2console" ,
2024
2025
" spring-boot-hateoas" ,
2025
2026
" spring-boot-hazelcast" ,
2027
+ " spring-boot-http" ,
2026
2028
" spring-boot-http-client" ,
2027
- " spring-boot-http-converter " ,
2029
+ " spring-boot-http-client-reactive " ,
2028
2030
" spring-boot-http-codec" ,
2031
+ " spring-boot-http-converter" ,
2029
2032
" spring-boot-integration" ,
2030
2033
" spring-boot-jackson" ,
2031
2034
" spring-boot-jarmode-tools" ,
@@ -2048,6 +2051,7 @@ bom {
2048
2051
" spring-boot-mustache" ,
2049
2052
" spring-boot-neo4j" ,
2050
2053
" spring-boot-netty" ,
2054
+ " spring-boot-opentelemetry" ,
2051
2055
" spring-boot-properties-migrator" ,
2052
2056
" spring-boot-pulsar" ,
2053
2057
" spring-boot-quartz" ,
@@ -2061,6 +2065,7 @@ bom {
2061
2065
" spring-boot-security-oauth2-authorization-server" ,
2062
2066
" spring-boot-security-oauth2-client" ,
2063
2067
" spring-boot-security-oauth2-resource-server" ,
2068
+ " spring-boot-security-saml2" ,
2064
2069
" spring-boot-sendgrid" ,
2065
2070
" spring-boot-session" ,
2066
2071
" spring-boot-session-data-mongodb" ,
@@ -2137,7 +2142,9 @@ bom {
2137
2142
" spring-boot-webclient" ,
2138
2143
" spring-boot-webflux" ,
2139
2144
" spring-boot-webmvc" ,
2140
- " spring-boot-websocket"
2145
+ " spring-boot-webservices" ,
2146
+ " spring-boot-websocket" ,
2147
+ " spring-boot-zipkin"
2141
2148
]
2142
2149
plugins = [
2143
2150
" spring-boot-maven-plugin"
0 commit comments