Skip to content

Commit 062bda3

Browse files
wilkinsonaphilwebb
andcommitted
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>
1 parent 873a771 commit 062bda3

File tree

74 files changed

+110
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+110
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ plugins {
2121
description = ""
2222

2323
dependencies {
24+
api(project(":starter:spring-boot-starter-activemq"))
2425
api(project(":starter:spring-boot-starter-test"))
2526
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ plugins {
2121
description = "Starter for testing Spring Boot's Actuator which provides production ready features to help you monitor and manage your application"
2222

2323
dependencies {
24+
api(project(":starter:spring-boot-starter-actuator"))
2425
api(project(":starter:spring-boot-starter-test"))
2526

2627
api(project(":module:spring-boot-micrometer-metrics-test"))

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ plugins {
2121
description = "Starter for testing Spring AMQP and Rabbit MQ"
2222

2323
dependencies {
24+
api(project(":starter:spring-boot-starter-amqp"))
2425
api(project(":starter:spring-boot-starter-test"))
2526
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ plugins {
2121
description = "Starter for testing Apache Artemis and JMS"
2222

2323
dependencies {
24+
api(project(":starter:spring-boot-starter-artemis"))
2425
api(project(":starter:spring-boot-starter-test"))
2526
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ plugins {
2121
description = "Starter for testing aspect-oriented programming with AspectJ"
2222

2323
dependencies {
24+
api(project(":starter:spring-boot-starter-aspectj"))
2425
api(project(":starter:spring-boot-starter-test"))
2526
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ plugins {
2121
description = "Starter testing using Spring Batch"
2222

2323
dependencies {
24+
api(project(":starter:spring-boot-starter-batch"))
2425
api(project(":starter:spring-boot-starter-test"))
2526
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ plugins {
2121
description = "Starter for testing Spring's caching support"
2222

2323
dependencies {
24+
api(project(":starter:spring-boot-starter-cache"))
2425
api(project(":starter:spring-boot-starter-test"))
2526

2627
api(project(":module:spring-boot-cache-test"))

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ plugins {
2121
description = "Starter for testing Cassandra distributed database"
2222

2323
dependencies {
24+
api(project(":starter:spring-boot-starter-cassandra"))
2425
api(project(":starter:spring-boot-starter-test"))
2526
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ plugins {
2121
description = "Starter for testing Cloud Foundry"
2222

2323
dependencies {
24+
api(project(":starter:spring-boot-starter-cloudfoundry"))
2425
api(project(":starter:spring-boot-starter-test"))
2526
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ plugins {
2121
description = "Starter for testing Couchbase document-oriented database"
2222

2323
dependencies {
24+
api(project(":starter:spring-boot-starter-couchbase"))
2425
api(project(":starter:spring-boot-starter-test"))
2526
}

0 commit comments

Comments
 (0)