Browse Source

Polish test starters

Polish test starter to:

- Align dependencies of starters and their -test companions
- Pull in regular starters from test starters

See gh-46356

Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
pull/47478/head
Andy Wilkinson 2 months ago committed by Phillip Webb
parent
commit
062bda3229
  1. 1
      starter/spring-boot-starter-activemq-test/build.gradle
  2. 1
      starter/spring-boot-starter-actuator-test/build.gradle
  3. 1
      starter/spring-boot-starter-amqp-test/build.gradle
  4. 1
      starter/spring-boot-starter-artemis-test/build.gradle
  5. 1
      starter/spring-boot-starter-aspectj-test/build.gradle
  6. 1
      starter/spring-boot-starter-batch-test/build.gradle
  7. 1
      starter/spring-boot-starter-cache-test/build.gradle
  8. 1
      starter/spring-boot-starter-cassandra-test/build.gradle
  9. 1
      starter/spring-boot-starter-cloudfoundry-test/build.gradle
  10. 1
      starter/spring-boot-starter-couchbase-test/build.gradle
  11. 1
      starter/spring-boot-starter-data-cassandra-reactive-test/build.gradle
  12. 1
      starter/spring-boot-starter-data-cassandra-test/build.gradle
  13. 1
      starter/spring-boot-starter-data-couchbase-reactive-test/build.gradle
  14. 1
      starter/spring-boot-starter-data-couchbase-test/build.gradle
  15. 1
      starter/spring-boot-starter-data-elasticsearch-test/build.gradle
  16. 2
      starter/spring-boot-starter-data-jdbc-test/build.gradle
  17. 2
      starter/spring-boot-starter-data-jpa-test/build.gradle
  18. 1
      starter/spring-boot-starter-data-ldap-test/build.gradle
  19. 1
      starter/spring-boot-starter-data-mongodb-reactive-test/build.gradle
  20. 1
      starter/spring-boot-starter-data-mongodb-test/build.gradle
  21. 1
      starter/spring-boot-starter-data-neo4j-test/build.gradle
  22. 1
      starter/spring-boot-starter-data-r2dbc-test/build.gradle
  23. 1
      starter/spring-boot-starter-data-redis-reactive-test/build.gradle
  24. 1
      starter/spring-boot-starter-data-redis-test/build.gradle
  25. 3
      starter/spring-boot-starter-data-rest-test/build.gradle
  26. 1
      starter/spring-boot-starter-elasticsearch-test/build.gradle
  27. 2
      starter/spring-boot-starter-flyway-test/build.gradle
  28. 1
      starter/spring-boot-starter-freemarker-test/build.gradle
  29. 2
      starter/spring-boot-starter-graphql-test/build.gradle
  30. 1
      starter/spring-boot-starter-groovy-templates-test/build.gradle
  31. 1
      starter/spring-boot-starter-gson-test/build.gradle
  32. 2
      starter/spring-boot-starter-hateoas-test/build.gradle
  33. 1
      starter/spring-boot-starter-hazelcast-test/build.gradle
  34. 1
      starter/spring-boot-starter-integration-test/build.gradle
  35. 1
      starter/spring-boot-starter-jackson-test/build.gradle
  36. 1
      starter/spring-boot-starter-jdbc-test/build.gradle
  37. 1
      starter/spring-boot-starter-jms-test/build.gradle
  38. 2
      starter/spring-boot-starter-jooq-test/build.gradle
  39. 1
      starter/spring-boot-starter-jsonb-test/build.gradle
  40. 1
      starter/spring-boot-starter-kafka-test/build.gradle
  41. 1
      starter/spring-boot-starter-kotlin-serialization-test/build.gradle
  42. 1
      starter/spring-boot-starter-ldap-test/build.gradle
  43. 2
      starter/spring-boot-starter-liquibase-test/build.gradle
  44. 1
      starter/spring-boot-starter-mail-test/build.gradle
  45. 1
      starter/spring-boot-starter-mongodb-test/build.gradle
  46. 1
      starter/spring-boot-starter-mustache-test/build.gradle
  47. 1
      starter/spring-boot-starter-neo4j-test/build.gradle
  48. 1
      starter/spring-boot-starter-opentelemetry-test/build.gradle
  49. 7
      starter/spring-boot-starter-pulsar-reactive-test/build.gradle
  50. 7
      starter/spring-boot-starter-pulsar-test/build.gradle
  51. 1
      starter/spring-boot-starter-quartz-test/build.gradle
  52. 1
      starter/spring-boot-starter-r2dbc-test/build.gradle
  53. 1
      starter/spring-boot-starter-reactor-test/build.gradle
  54. 2
      starter/spring-boot-starter-restclient-test/build.gradle
  55. 2
      starter/spring-boot-starter-rsocket-test/build.gradle
  56. 3
      starter/spring-boot-starter-security-oauth2-authorization-server-test/build.gradle
  57. 2
      starter/spring-boot-starter-security-oauth2-client-test/build.gradle
  58. 2
      starter/spring-boot-starter-security-oauth2-resource-server-test/build.gradle
  59. 2
      starter/spring-boot-starter-security-saml2-test/build.gradle
  60. 1
      starter/spring-boot-starter-security-test/build.gradle
  61. 1
      starter/spring-boot-starter-sendgrid-test/build.gradle
  62. 2
      starter/spring-boot-starter-session-data-mongodb-test/build.gradle
  63. 1
      starter/spring-boot-starter-session-data-redis-test/build.gradle
  64. 2
      starter/spring-boot-starter-session-hazelcast-test/build.gradle
  65. 2
      starter/spring-boot-starter-session-jdbc-test/build.gradle
  66. 1
      starter/spring-boot-starter-sql-test/build.gradle
  67. 1
      starter/spring-boot-starter-thymeleaf-test/build.gradle
  68. 1
      starter/spring-boot-starter-validation-test/build.gradle
  69. 2
      starter/spring-boot-starter-webclient-test/build.gradle
  70. 2
      starter/spring-boot-starter-webflux-test/build.gradle
  71. 2
      starter/spring-boot-starter-webmvc-test/build.gradle
  72. 2
      starter/spring-boot-starter-webservices-test/build.gradle
  73. 2
      starter/spring-boot-starter-websocket-test/build.gradle
  74. 1
      starter/spring-boot-starter-zipkin-test/build.gradle

1
starter/spring-boot-starter-activemq-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "" description = ""
dependencies { dependencies {
api(project(":starter:spring-boot-starter-activemq"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-actuator-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Spring Boot's Actuator which provides production ready features to help you monitor and manage your application" description = "Starter for testing Spring Boot's Actuator which provides production ready features to help you monitor and manage your application"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-actuator"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-micrometer-metrics-test")) api(project(":module:spring-boot-micrometer-metrics-test"))

1
starter/spring-boot-starter-amqp-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Spring AMQP and Rabbit MQ" description = "Starter for testing Spring AMQP and Rabbit MQ"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-amqp"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-artemis-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Apache Artemis and JMS" description = "Starter for testing Apache Artemis and JMS"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-artemis"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-aspectj-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing aspect-oriented programming with AspectJ" description = "Starter for testing aspect-oriented programming with AspectJ"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-aspectj"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-batch-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter testing using Spring Batch" description = "Starter testing using Spring Batch"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-batch"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-cache-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Spring's caching support" description = "Starter for testing Spring's caching support"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-cache"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-cache-test")) api(project(":module:spring-boot-cache-test"))

1
starter/spring-boot-starter-cassandra-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Cassandra distributed database" description = "Starter for testing Cassandra distributed database"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-cassandra"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-cloudfoundry-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Cloud Foundry" description = "Starter for testing Cloud Foundry"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-cloudfoundry"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-couchbase-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Couchbase document-oriented database" description = "Starter for testing Couchbase document-oriented database"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-couchbase"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-data-cassandra-reactive-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Cassandra distributed database and Spring Data Cassandra Reactive" description = "Starter for testing Cassandra distributed database and Spring Data Cassandra Reactive"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-cassandra-reactive"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-cassandra-test")) api(project(":module:spring-boot-data-cassandra-test"))

1
starter/spring-boot-starter-data-cassandra-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Cassandra distributed database and Spring Data Cassandra" description = "Starter for testing Cassandra distributed database and Spring Data Cassandra"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-cassandra"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-cassandra-test")) api(project(":module:spring-boot-data-cassandra-test"))

1
starter/spring-boot-starter-data-couchbase-reactive-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Couchbase document-oriented database and Spring Data Couchbase Reactive" description = "Starter for testing Couchbase document-oriented database and Spring Data Couchbase Reactive"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-couchbase-reactive"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-couchbase-test")) api(project(":module:spring-boot-data-couchbase-test"))

1
starter/spring-boot-starter-data-couchbase-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Couchbase document-oriented database and Spring Data Couchbase" description = "Starter for testing Couchbase document-oriented database and Spring Data Couchbase"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-couchbase"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-couchbase-test")) api(project(":module:spring-boot-data-couchbase-test"))

1
starter/spring-boot-starter-data-elasticsearch-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Elasticsearch search and analytics engine and Spring Data Elasticsearch" description = "Starter for testing Elasticsearch search and analytics engine and Spring Data Elasticsearch"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-elasticsearch"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-elasticsearch-test")) api(project(":module:spring-boot-data-elasticsearch-test"))

2
starter/spring-boot-starter-data-jdbc-test/build.gradle

@ -21,7 +21,9 @@ plugins {
description = "Starter for testing Spring Data JDBC" description = "Starter for testing Spring Data JDBC"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-jdbc"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-jdbc-test"))
api(project(":module:spring-boot-data-jdbc-test")) api(project(":module:spring-boot-data-jdbc-test"))
} }

2
starter/spring-boot-starter-data-jpa-test/build.gradle

@ -21,7 +21,9 @@ plugins {
description = "Starter for testing Spring Data JPA with Hibernate" description = "Starter for testing Spring Data JPA with Hibernate"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-jpa"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-jdbc-test"))
api(project(":module:spring-boot-data-jpa-test")) api(project(":module:spring-boot-data-jpa-test"))
} }

1
starter/spring-boot-starter-data-ldap-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Spring Data LDAP" description = "Starter for testing Spring Data LDAP"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-ldap"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-ldap-test")) api(project(":module:spring-boot-data-ldap-test"))

1
starter/spring-boot-starter-data-mongodb-reactive-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for using MongoDB document-oriented database and Spring Data MongoDB Reactive" description = "Starter for using MongoDB document-oriented database and Spring Data MongoDB Reactive"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-mongodb-reactive"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-mongodb-test")) api(project(":module:spring-boot-data-mongodb-test"))

1
starter/spring-boot-starter-data-mongodb-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing MongoDB document-oriented database and Spring Data MongoDB" description = "Starter for testing MongoDB document-oriented database and Spring Data MongoDB"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-mongodb"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-mongodb-test")) api(project(":module:spring-boot-data-mongodb-test"))

1
starter/spring-boot-starter-data-neo4j-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Neo4j graph database and Spring Data Neo4j" description = "Starter for testing Neo4j graph database and Spring Data Neo4j"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-neo4j"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-neo4j-test")) api(project(":module:spring-boot-data-neo4j-test"))

1
starter/spring-boot-starter-data-r2dbc-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Spring Data R2DBC" description = "Starter for testing Spring Data R2DBC"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-r2dbc"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-r2dbc-test")) api(project(":module:spring-boot-data-r2dbc-test"))

1
starter/spring-boot-starter-data-redis-reactive-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Redis key-value data store with Spring Data Redis reactive and the Lettuce client" description = "Starter for testing Redis key-value data store with Spring Data Redis reactive and the Lettuce client"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-redis-reactive"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-redis-test")) api(project(":module:spring-boot-data-redis-test"))

1
starter/spring-boot-starter-data-redis-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Redis key-value data store with Spring Data Redis and the Lettuce client" description = "Starter for testing Redis key-value data store with Spring Data Redis and the Lettuce client"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-redis"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-data-redis-test")) api(project(":module:spring-boot-data-redis-test"))

3
starter/spring-boot-starter-data-rest-test/build.gradle

@ -21,5 +21,8 @@ plugins {
description = "Starter for testing Spring Data repositories exposed over REST using Spring Data REST and Spring MVC" description = "Starter for testing Spring Data repositories exposed over REST using Spring Data REST and Spring MVC"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-rest"))
api(project(":starter:spring-boot-starter-jackson-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-webmvc-test"))
} }

1
starter/spring-boot-starter-elasticsearch-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Elasticsearch search and analytics engine" description = "Starter for testing Elasticsearch search and analytics engine"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-elasticsearch"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

2
starter/spring-boot-starter-flyway-test/build.gradle

@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Flyway database migrations" description = "Starter for testing Flyway database migrations"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-flyway"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-jdbc-test"))
} }

1
starter/spring-boot-starter-freemarker-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing FreeMarker" description = "Starter for testing FreeMarker"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-freemarker"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

2
starter/spring-boot-starter-graphql-test/build.gradle

@ -21,7 +21,9 @@ plugins {
description = "Starter testing Spring GraphQL" description = "Starter testing Spring GraphQL"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-graphql"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-jackson-test"))
api(project(":module:spring-boot-graphql-test")) api(project(":module:spring-boot-graphql-test"))
} }

1
starter/spring-boot-starter-groovy-templates-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Groovy Templates" description = "Starter for testing Groovy Templates"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-groovy-templates"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-gson-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing GSON" description = "Starter for testing GSON"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-gson"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

2
starter/spring-boot-starter-hateoas-test/build.gradle

@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring HATEOS to build hypermedia-based RESTful Spring MVC web applications" description = "Starter for testing Spring HATEOS to build hypermedia-based RESTful Spring MVC web applications"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-hateoas"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-webmvc-test"))
} }

1
starter/spring-boot-starter-hazelcast-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Hazelcast" description = "Starter for testing Hazelcast"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-hazelcast"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-integration-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Spring Integration" description = "Starter for testing Spring Integration"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-integration"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-jackson-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Jackson" description = "Starter for testing Jackson"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-jackson"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-jdbc-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing JDBC with the HikariCP connection pool" description = "Starter for testing JDBC with the HikariCP connection pool"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-jdbc"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-jdbc-test")) api(project(":module:spring-boot-jdbc-test"))

1
starter/spring-boot-starter-jms-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing JMS" description = "Starter for testing JMS"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-jms"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

2
starter/spring-boot-starter-jooq-test/build.gradle

@ -21,7 +21,9 @@ plugins {
description = "Starter for testing jOOQ to access SQL databases with JDBC" description = "Starter for testing jOOQ to access SQL databases with JDBC"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-jooq"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-jdbc-test"))
api(project(":module:spring-boot-jooq-test")) api(project(":module:spring-boot-jooq-test"))
} }

1
starter/spring-boot-starter-jsonb-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing JSON-B" description = "Starter for testing JSON-B"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-jsonb"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-kafka-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Apache Kafka" description = "Starter for testing Apache Kafka"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-kafka"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-kotlin-serialization-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Kotlin Serialization" description = "Starter for testing Kotlin Serialization"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-kotlin-serialization"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-ldap-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing LDAP" description = "Starter for testing LDAP"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-ldap"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

2
starter/spring-boot-starter-liquibase-test/build.gradle

@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Liquibase database migrations" description = "Starter for testing Liquibase database migrations"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-liquibase"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-jdbc-test"))
} }

1
starter/spring-boot-starter-mail-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Java Mail and Spring Framework's email sending support" description = "Starter for testing Java Mail and Spring Framework's email sending support"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-mail"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-mongodb-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing MongoDB document-oriented database" description = "Starter for testing MongoDB document-oriented database"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-mongodb"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-mustache-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Mustache" description = "Starter for testing Mustache"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-mustache"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-neo4j-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Neo4j graph database" description = "Starter for testing Neo4j graph database"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-neo4j"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-opentelemetry-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing OpenTelemetry" description = "Starter for testing OpenTelemetry"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-opentelemetry"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

7
starter/spring-boot-starter-pulsar-reactive-test/build.gradle

@ -21,5 +21,12 @@ plugins {
description = "Starter for testing Spring for Apache Pulsar Reactive" description = "Starter for testing Spring for Apache Pulsar Reactive"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-pulsar-reactive"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }
checkRuntimeClasspathForConflicts {
ignore { name -> name.startsWith("org/bouncycastle/") ||
name.matches("^org/apache/pulsar/.*/package-info.class\$") ||
name.equals("findbugsExclude.xml") }
}

7
starter/spring-boot-starter-pulsar-test/build.gradle

@ -21,5 +21,12 @@ plugins {
description = "Starter for testing Spring for Apache Pulsar" description = "Starter for testing Spring for Apache Pulsar"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-pulsar"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }
checkRuntimeClasspathForConflicts {
ignore { name -> name.startsWith("org/bouncycastle/") ||
name.matches("^org/apache/pulsar/.*/package-info.class\$") ||
name.equals("findbugsExclude.xml") }
}

1
starter/spring-boot-starter-quartz-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing the Quartz scheduler" description = "Starter for testing the Quartz scheduler"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-quartz"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-r2dbc-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing R2DBC" description = "Starter for testing R2DBC"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-r2dbc"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-reactor-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Reactor" description = "Starter for testing Reactor"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-reactor"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

2
starter/spring-boot-starter-restclient-test/build.gradle

@ -21,6 +21,8 @@ plugins {
description = "Starter testing Spring's blocking HTTP clients (RestClient, RestTemplate and HTTP Service Clients)" description = "Starter testing Spring's blocking HTTP clients (RestClient, RestTemplate and HTTP Service Clients)"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-restclient"))
api(project(":starter:spring-boot-starter-jackson-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-restclient-test")) api(project(":module:spring-boot-restclient-test"))

2
starter/spring-boot-starter-rsocket-test/build.gradle

@ -21,6 +21,8 @@ plugins {
description = "Starter for testing RSocket" description = "Starter for testing RSocket"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-rsocket"))
api(project(":starter:spring-boot-starter-jackson-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-rsocket-test")) api(project(":module:spring-boot-rsocket-test"))

3
starter/spring-boot-starter-security-oauth2-authorization-server-test/build.gradle

@ -21,5 +21,8 @@ plugins {
description = "Starter for testing Spring Authorization Server features" description = "Starter for testing Spring Authorization Server features"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-security-oauth2-authorization-server"))
api(project(":starter:spring-boot-starter-security-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-webmvc-test"))
} }

2
starter/spring-boot-starter-security-oauth2-client-test/build.gradle

@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring Security's OAuth2/OpenID Connect client features" description = "Starter for testing Spring Security's OAuth2/OpenID Connect client features"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-security-oauth2-client"))
api(project(":starter:spring-boot-starter-security-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

2
starter/spring-boot-starter-security-oauth2-resource-server-test/build.gradle

@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring Security's OAuth2 resource server features" description = "Starter for testing Spring Security's OAuth2 resource server features"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-security-oauth2-resource-server"))
api(project(":starter:spring-boot-starter-security-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

2
starter/spring-boot-starter-security-saml2-test/build.gradle

@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring Security with SAML2" description = "Starter for testing Spring Security with SAML2"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-security-saml2"))
api(project(":starter:spring-boot-starter-security-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-security-test/build.gradle

@ -21,6 +21,7 @@ plugins {
description = "Starter for testing Spring Security" description = "Starter for testing Spring Security"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-security"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-security-test")) api(project(":module:spring-boot-security-test"))

1
starter/spring-boot-starter-sendgrid-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Spring Session with Sendgrid" description = "Starter for testing Spring Session with Sendgrid"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-sendgrid"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

2
starter/spring-boot-starter-session-data-mongodb-test/build.gradle

@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring Session with Spring Data MongoDB" description = "Starter for testing Spring Session with Spring Data MongoDB"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-data-mongodb-test"))
api(project(":starter:spring-boot-starter-session-data-mongodb"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-session-data-redis-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Spring Session with Spring Data Redis" description = "Starter for testing Spring Session with Spring Data Redis"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-session-data-redis"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

2
starter/spring-boot-starter-session-hazelcast-test/build.gradle

@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring Session with Hazelcast" description = "Starter for testing Spring Session with Hazelcast"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-session-hazelcast"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-hazelcast-test"))
} }

2
starter/spring-boot-starter-session-jdbc-test/build.gradle

@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring Session with JDBC" description = "Starter for testing Spring Session with JDBC"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-session-jdbc"))
api(project(":starter:spring-boot-starter-jdbc-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-sql-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing SQL" description = "Starter for testing SQL"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-sql"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-thymeleaf-test/build.gradle

@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Thymeleaf" description = "Starter for testing Thymeleaf"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-thymeleaf"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
} }

1
starter/spring-boot-starter-validation-test/build.gradle

@ -22,4 +22,5 @@ description = "Starter for testing Java Bean Validation with Hibernate Validator
dependencies { dependencies {
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-validation"))
} }

2
starter/spring-boot-starter-webclient-test/build.gradle

@ -21,5 +21,7 @@ plugins {
description = "Starter testing Spring's reactive HTTP clients (WebClient and HTTP Service Clients)" description = "Starter testing Spring's reactive HTTP clients (WebClient and HTTP Service Clients)"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-jackson-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-webclient"))
} }

2
starter/spring-boot-starter-webflux-test/build.gradle

@ -21,7 +21,9 @@ plugins {
description = "Starter for testing WebFlux and Reactor Netty" description = "Starter for testing WebFlux and Reactor Netty"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-jackson-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-webflux"))
api(project(":module:spring-boot-webflux-test")) api(project(":module:spring-boot-webflux-test"))
} }

2
starter/spring-boot-starter-webmvc-test/build.gradle

@ -21,7 +21,9 @@ plugins {
description = "Starter for testing Spring MVC and Tomcat" description = "Starter for testing Spring MVC and Tomcat"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-jackson-test"))
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-webmvc"))
api(project(":module:spring-boot-webmvc-test")) api(project(":module:spring-boot-webmvc-test"))
} }

2
starter/spring-boot-starter-webservices-test/build.gradle

@ -22,6 +22,8 @@ description = "Starter for testing Spring Web Services"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-webmvc-test"))
api(project(":starter:spring-boot-starter-webservices"))
api(project(":module:spring-boot-webservices-test")) api(project(":module:spring-boot-webservices-test"))
} }

2
starter/spring-boot-starter-websocket-test/build.gradle

@ -22,4 +22,6 @@ description = "Starter for testing Spring MVC WebSocket support"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-webmvc-test"))
api(project(":starter:spring-boot-starter-websocket"))
} }

1
starter/spring-boot-starter-zipkin-test/build.gradle

@ -22,4 +22,5 @@ description = "Starter for testing Zipkin"
dependencies { dependencies {
api(project(":starter:spring-boot-starter-test")) api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-zipkin"))
} }

Loading…
Cancel
Save