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
}

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

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

88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-neo4j')
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-redis/build.gradle

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

88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-redis')
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-rest/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ dependencies {
1111
exclude module: 'spring-boot-starter-tomcat'
1212
}
1313
implementation 'com.h2database:h2'
14-
14+
1515
runtimeOnly project(':spring-boot-project:spring-boot-starters:spring-boot-starter-jetty')
16-
16+
1717
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
18+
1819
testRuntimeOnly 'com.jayway.jsonpath:json-path'
1920
}

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

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

88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-solr')
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-devtools/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies {
1515

1616
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-thymeleaf')
1717
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-web')
18-
18+
1919
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
2020
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-actuator')
1010
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-jpa')
1111
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-web')
12-
12+
1313
runtimeOnly 'com.h2database:h2'
1414
runtimeOnly 'org.flywaydb:flyway-core'
15-
15+
1616
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1717
}

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

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

88
dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-hateoas')
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-hibernate52/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ plugins {
66
description = 'Spring Boot Hibernate 5.2 smoke test'
77

88
configurations.all {
9-
resolutionStrategy {
10-
force 'org.hibernate:hibernate-core:5.2.17.Final'
11-
}
9+
resolutionStrategy {
10+
force 'org.hibernate:hibernate-core:5.2.17.Final'
11+
}
1212
}
1313

1414
dependencies {
1515
implementation(project(':spring-boot-project:spring-boot-starters:spring-boot-starter-data-jpa')) {
1616
exclude group: 'org.hibernate.javax.persistence', module: 'hibernate-jpa-2.1-api'
1717
}
18-
18+
1919
runtimeOnly 'com.h2database:h2'
20-
20+
2121
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
2222
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ description = 'Spring Boot Integration smoke test'
77

88
dependencies {
99
annotationProcessor project(':spring-boot-project:spring-boot-tools:spring-boot-configuration-processor')
10-
10+
1111
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-integration')
1212
implementation 'org.springframework.integration:spring-integration-file'
13-
13+
1414
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1515
testImplementation 'org.awaitility:awaitility'
1616
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ dependencies {
99
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-actuator')
1010
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-jersey')
1111
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-tomcat')
12-
12+
1313
if (JavaVersion.current().java9Compatible) {
1414
runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api'
1515
}
16-
16+
1717
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1818
}

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ dependencies {
1010
implementation(project(':spring-boot-project:spring-boot-starters:spring-boot-starter-web')) {
1111
exclude module: 'spring-boot-starter-tomcat'
1212
}
13-
13+
1414
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
15+
1516
testRuntimeOnly 'org.apache.httpcomponents:httpclient'
1617
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ dependencies {
99
implementation(project(':spring-boot-project:spring-boot-starters:spring-boot-starter-web')) {
1010
exclude module: 'spring-boot-starter-tomcat'
1111
}
12-
1312
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-jetty')
14-
13+
1514
testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test')
1615
}

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

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)