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 { @@ -21,5 +21,6 @@ plugins {
description = ""
dependencies {
api(project(":starter:spring-boot-starter-activemq"))
api(project(":starter:spring-boot-starter-test"))
}

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

@ -21,6 +21,7 @@ plugins { @@ -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"
dependencies {
api(project(":starter:spring-boot-starter-actuator"))
api(project(":starter:spring-boot-starter-test"))
api(project(":module:spring-boot-micrometer-metrics-test"))

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -21,5 +21,8 @@ plugins { @@ -21,5 +21,8 @@ plugins {
description = "Starter for testing Spring Data repositories exposed over REST using Spring Data REST and Spring MVC"
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-webmvc-test"))
}

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

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

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

@ -21,5 +21,7 @@ plugins { @@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Flyway database migrations"
dependencies {
api(project(":starter:spring-boot-starter-flyway"))
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 { @@ -21,5 +21,6 @@ plugins {
description = "Starter for testing FreeMarker"
dependencies {
api(project(":starter:spring-boot-starter-freemarker"))
api(project(":starter:spring-boot-starter-test"))
}

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

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

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

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

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

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

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

@ -21,5 +21,7 @@ plugins { @@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring HATEOS to build hypermedia-based RESTful Spring MVC web applications"
dependencies {
api(project(":starter:spring-boot-starter-hateoas"))
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 { @@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Hazelcast"
dependencies {
api(project(":starter:spring-boot-starter-hazelcast"))
api(project(":starter:spring-boot-starter-test"))
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -21,5 +21,7 @@ plugins { @@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Liquibase database migrations"
dependencies {
api(project(":starter:spring-boot-starter-liquibase"))
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 { @@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Java Mail and Spring Framework's email sending support"
dependencies {
api(project(":starter:spring-boot-starter-mail"))
api(project(":starter:spring-boot-starter-test"))
}

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

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

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

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

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

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

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

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

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

@ -21,5 +21,12 @@ plugins { @@ -21,5 +21,12 @@ plugins {
description = "Starter for testing Spring for Apache Pulsar Reactive"
dependencies {
api(project(":starter:spring-boot-starter-pulsar-reactive"))
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 { @@ -21,5 +21,12 @@ plugins {
description = "Starter for testing Spring for Apache Pulsar"
dependencies {
api(project(":starter:spring-boot-starter-pulsar"))
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 { @@ -21,5 +21,6 @@ plugins {
description = "Starter for testing the Quartz scheduler"
dependencies {
api(project(":starter:spring-boot-starter-quartz"))
api(project(":starter:spring-boot-starter-test"))
}

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

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

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

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

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

@ -21,6 +21,8 @@ plugins { @@ -21,6 +21,8 @@ plugins {
description = "Starter testing Spring's blocking HTTP clients (RestClient, RestTemplate and HTTP Service Clients)"
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(":module:spring-boot-restclient-test"))

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

@ -21,6 +21,8 @@ plugins { @@ -21,6 +21,8 @@ plugins {
description = "Starter for testing RSocket"
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(":module:spring-boot-rsocket-test"))

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

@ -21,5 +21,8 @@ plugins { @@ -21,5 +21,8 @@ plugins {
description = "Starter for testing Spring Authorization Server features"
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-webmvc-test"))
}

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

@ -21,5 +21,7 @@ plugins { @@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring Security's OAuth2/OpenID Connect client features"
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"))
}

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

@ -21,5 +21,7 @@ plugins { @@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring Security's OAuth2 resource server features"
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"))
}

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

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

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

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

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

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

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

@ -21,5 +21,7 @@ plugins { @@ -21,5 +21,7 @@ plugins {
description = "Starter for testing Spring Session with Spring Data MongoDB"
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"))
}

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

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

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

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

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

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

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

@ -21,5 +21,6 @@ plugins { @@ -21,5 +21,6 @@ plugins {
description = "Starter for testing Thymeleaf"
dependencies {
api(project(":starter:spring-boot-starter-thymeleaf"))
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 @@ -22,4 +22,5 @@ description = "Starter for testing Java Bean Validation with Hibernate Validator
dependencies {
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 { @@ -21,5 +21,7 @@ plugins {
description = "Starter testing Spring's reactive HTTP clients (WebClient and HTTP Service Clients)"
dependencies {
api(project(":starter:spring-boot-starter-jackson-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 { @@ -21,7 +21,9 @@ plugins {
description = "Starter for testing WebFlux and Reactor Netty"
dependencies {
api(project(":starter:spring-boot-starter-jackson-test"))
api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-webflux"))
api(project(":module:spring-boot-webflux-test"))
}

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

@ -21,7 +21,9 @@ plugins { @@ -21,7 +21,9 @@ plugins {
description = "Starter for testing Spring MVC and Tomcat"
dependencies {
api(project(":starter:spring-boot-starter-jackson-test"))
api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-webmvc"))
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" @@ -22,6 +22,8 @@ description = "Starter for testing Spring Web Services"
dependencies {
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"))
}

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

@ -22,4 +22,6 @@ description = "Starter for testing Spring MVC WebSocket support" @@ -22,4 +22,6 @@ description = "Starter for testing Spring MVC WebSocket support"
dependencies {
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" @@ -22,4 +22,5 @@ description = "Starter for testing Zipkin"
dependencies {
api(project(":starter:spring-boot-starter-test"))
api(project(":starter:spring-boot-starter-zipkin"))
}

Loading…
Cancel
Save