Browse Source

Add new -test modules to spring-boot-dependencies

See gh-47322
See gh-46356
pull/47339/head
Andy Wilkinson 6 months ago
parent
commit
52c55788a2
  1. 30
      platform/spring-boot-dependencies/build.gradle

30
platform/spring-boot-dependencies/build.gradle

@ -1984,22 +1984,33 @@ bom { @@ -1984,22 +1984,33 @@ bom {
"spring-boot-batch",
"spring-boot-buildpack-platform",
"spring-boot-cache",
"spring-boot-cache-test",
"spring-boot-cassandra",
"spring-boot-cloudfoundry",
"spring-boot-configuration-metadata",
"spring-boot-configuration-processor",
"spring-boot-couchbase",
"spring-boot-data-cassandra",
"spring-boot-data-cassandra-test",
"spring-boot-data-commons",
"spring-boot-data-couchbase",
"spring-boot-data-couchbase-test",
"spring-boot-data-elasticsearch",
"spring-boot-data-elasticsearch-test",
"spring-boot-data-jdbc",
"spring-boot-data-jdbc-test",
"spring-boot-data-jpa",
"spring-boot-data-jpa-test",
"spring-boot-data-ldap",
"spring-boot-data-ldap-test",
"spring-boot-data-mongodb",
"spring-boot-data-mongodb-test",
"spring-boot-data-neo4j",
"spring-boot-data-neo4j-test",
"spring-boot-data-r2dbc",
"spring-boot-data-r2dbc-test",
"spring-boot-data-redis",
"spring-boot-data-redis-test",
"spring-boot-data-rest",
"spring-boot-devtools",
"spring-boot-docker-compose",
@ -2022,10 +2033,14 @@ bom { @@ -2022,10 +2033,14 @@ bom {
"spring-boot-jackson",
"spring-boot-jarmode-tools",
"spring-boot-jdbc",
"spring-boot-jdbc-test",
"spring-boot-jetty",
"spring-boot-jms",
"spring-boot-jooq",
"spring-boot-jooq-test",
"spring-boot-jpa",
"spring-boot-jpa-test",
"spring-boot-json-test",
"spring-boot-jsonb",
"spring-boot-kafka",
"spring-boot-kotlin-serialization",
@ -2034,15 +2049,17 @@ bom { @@ -2034,15 +2049,17 @@ bom {
"spring-boot-loader",
"spring-boot-mail",
"spring-boot-micrometer-metrics",
"spring-boot-micrometer-metrics-test",
"spring-boot-micrometer-observation",
"spring-boot-micrometer-tracing",
"spring-boot-micrometer-tracing-test",
"spring-boot-mongodb",
"spring-boot-mustache",
"spring-boot-neo4j",
"spring-boot-netty",
"spring-boot-opentelemetry",
"spring-boot-properties-migrator",
"spring-boot-persistence",
"spring-boot-properties-migrator",
"spring-boot-pulsar",
"spring-boot-quartz",
"spring-boot-r2dbc",
@ -2051,11 +2068,13 @@ bom { @@ -2051,11 +2068,13 @@ bom {
"spring-boot-restclient",
"spring-boot-restclient-test",
"spring-boot-rsocket",
"spring-boot-rsocket-test",
"spring-boot-security",
"spring-boot-security-oauth2-authorization-server",
"spring-boot-security-oauth2-client",
"spring-boot-security-oauth2-resource-server",
"spring-boot-security-saml2",
"spring-boot-security-test",
"spring-boot-sendgrid",
"spring-boot-servlet",
"spring-boot-session",
@ -2071,8 +2090,8 @@ bom { @@ -2071,8 +2090,8 @@ bom {
"spring-boot-starter-artemis",
"spring-boot-starter-aspectj",
"spring-boot-starter-batch",
"spring-boot-starter-cassandra",
"spring-boot-starter-cache",
"spring-boot-starter-cassandra",
"spring-boot-starter-classic",
"spring-boot-starter-cloudfoundry",
"spring-boot-starter-couchbase",
@ -2160,13 +2179,16 @@ bom { @@ -2160,13 +2179,16 @@ bom {
"spring-boot-tomcat",
"spring-boot-tx",
"spring-boot-validation",
"spring-boot-web-server",
"spring-boot-web-server-test",
"spring-boot-webclient",
"spring-boot-webflux",
"spring-boot-webflux-test",
"spring-boot-webmvc",
"spring-boot-webmvc-test",
"spring-boot-webservices",
"spring-boot-webservices-test",
"spring-boot-websocket",
"spring-boot-web-server",
"spring-boot-web-server-test",
"spring-boot-zipkin"
]
plugins = [

Loading…
Cancel
Save