Skip to content

Commit abbad99

Browse files
committed
Polish smoke tests' Gradle configuration
1 parent da6fe4a commit abbad99

File tree

86 files changed

+134
-1457
lines changed

Some content is hidden

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

86 files changed

+134
-1457
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ description = 'Spring Boot Actuator ActiveMQ smoke test'
77

88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-activemq')
10+
1011
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1112
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ dependencies {
1010
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-freemarker')
1111
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-security')
1212
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-web')
13+
1314
runtimeOnly 'org.jolokia:jolokia-core'
1415

1516
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
17+
1618
testRuntimeOnly 'org.apache.httpcomponents:httpclient'
1719
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies {
1111
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-security')
1212
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-web')
1313
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-validation')
14+
1415
runtimeOnly 'com.h2database:h2'
1516

1617
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description = 'Spring Boot Atmosphere smoke test'
99
dependencies {
1010
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-web')
1111
implementation 'org.atmosphere:atmosphere-runtime:2.4.14'
12+
1213
runtimeOnly 'org.webjars:atmosphere-javascript:2.3.4'
1314

1415
testImplementation enforcedPlatform(project(':spring-boot-project:spring-boot-dependencies'))

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ description = 'Spring Boot Data Couchbase smoke test'
77

88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-couchbase')
10-
10+
1111
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1212
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ description = 'Spring Boot Data Elasticsearch smoke test'
77

88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-elasticsearch')
10-
10+
1111
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1212
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ description = 'Spring Boot Data JDBC smoke test'
88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-jdbc')
1010
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-web')
11+
1112
runtimeOnly 'com.h2database:h2'
12-
13+
1314
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1415
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ description = 'Spring Boot Data JPA smoke test'
88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-jpa')
1010
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-web')
11+
1112
runtimeOnly 'com.h2database:h2'
12-
13+
1314
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1415
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description = 'Spring Boot Data LDAP smoke test'
77

88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-ldap')
10+
1011
runtimeOnly 'com.unboundid:unboundid-ldapsdk'
11-
12+
1213
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1314
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description = 'Spring Boot Data MongoDB smoke test'
77

88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-mongodb')
10+
1011
runtimeOnly 'de.flapdoodle.embed:de.flapdoodle.embed.mongo'
11-
12+
1213
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1314
}

0 commit comments

Comments
 (0)