Skip to content

Commit 579791c

Browse files
committed
org.springframework.boot:spring-boot-security-test
1 parent fcef90a commit 579791c

File tree

45 files changed

+46
-1
lines changed

Some content is hidden

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

45 files changed

+46
-1
lines changed

reactive/rsocket/hello-security/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies {
1919

2020
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2121
testImplementation 'org.springframework.boot:spring-boot-rsocket-test'
22+
testImplementation 'org.springframework.boot:spring-boot-security-test'
2223
testImplementation 'org.springframework.security:spring-security-test'
2324
}
2425

reactive/webflux-fn/hello-security/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies {
1919

2020
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2121
testImplementation 'org.springframework.boot:spring-boot-webflux-test'
22+
testImplementation 'org.springframework.boot:spring-boot-security-test'
2223
testImplementation 'org.springframework.security:spring-security-test'
2324
}
2425

reactive/webflux/java/authentication/one-time-token/magic-link/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies {
2424
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
2525
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2626
testImplementation 'org.springframework.boot:spring-boot-webflux-test'
27+
testImplementation 'org.springframework.boot:spring-boot-security-test'
2728
testImplementation 'org.springframework.security:spring-security-test'
2829
testImplementation 'com.icegreen:greenmail-junit5:2.0.1'
2930
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

reactive/webflux/java/authentication/username-password/form/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies {
2020

2121
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2222
testImplementation 'org.springframework.boot:spring-boot-webflux-test'
23+
testImplementation 'org.springframework.boot:spring-boot-security-test'
2324
testImplementation 'org.springframework.security:spring-security-test'
2425

2526
integTestImplementation "org.seleniumhq.selenium:htmlunit-driver:4.13.0"

reactive/webflux/java/authentication/x509/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies {
1818

1919
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2020
testImplementation 'org.springframework.boot:spring-boot-webflux-test'
21+
testImplementation 'org.springframework.boot:spring-boot-security-test'
2122
testImplementation 'org.springframework.security:spring-security-test'
2223
}
2324

reactive/webflux/java/hello-security-explicit/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies {
1919

2020
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2121
testImplementation 'org.springframework.boot:spring-boot-webflux-test'
22+
testImplementation 'org.springframework.boot:spring-boot-security-test'
2223
testImplementation 'org.springframework.security:spring-security-test'
2324

2425
integTestImplementation "org.seleniumhq.selenium:htmlunit-driver:4.13.0"

reactive/webflux/java/hello-security/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies {
1919

2020
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2121
testImplementation 'org.springframework.boot:spring-boot-webflux-test'
22+
testImplementation 'org.springframework.boot:spring-boot-security-test'
2223
testImplementation 'org.springframework.security:spring-security-test'
2324
}
2425

reactive/webflux/java/method/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies {
2020
testImplementation 'io.projectreactor:reactor-test'
2121
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2222
testImplementation 'org.springframework.boot:spring-boot-webflux-test'
23+
testImplementation 'org.springframework.boot:spring-boot-security-test'
2324
testImplementation 'org.springframework.security:spring-security-test'
2425
}
2526

reactive/webflux/java/oauth2/login/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies {
2020

2121
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2222
testImplementation 'org.springframework.boot:spring-boot-webflux-test'
23+
testImplementation 'org.springframework.boot:spring-boot-security-test'
2324
testImplementation 'org.springframework.security:spring-security-test'
2425

2526
integTestImplementation 'org.htmlunit:htmlunit'

reactive/webflux/java/oauth2/resource-server/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies {
1919

2020
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2121
testImplementation 'org.springframework.boot:spring-boot-webflux-test'
22+
testImplementation 'org.springframework.boot:spring-boot-security-test'
2223
testImplementation 'org.springframework.security:spring-security-test'
2324
}
2425

0 commit comments

Comments
 (0)