Browse Source

LocalRSocketServerPort

Rob Winch 1 month ago
parent
commit
22a8f049f0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      reactive/rsocket/hello-security/build.gradle

+ 2 - 1
reactive/rsocket/hello-security/build.gradle

@@ -18,10 +18,11 @@ dependencies {
 	implementation 'org.springframework.security:spring-security-rsocket'
 	implementation 'org.springframework.security:spring-security-rsocket'
 
 
 	testImplementation 'org.springframework.boot:spring-boot-starter-test'
 	testImplementation 'org.springframework.boot:spring-boot-starter-test'
+	testImplementation 'org.springframework.boot:spring-boot-rsocket-test'
 	testImplementation 'org.springframework.security:spring-security-test'
 	testImplementation 'org.springframework.security:spring-security-test'
 }
 }
 
 
 tasks.withType(Test).configureEach {
 tasks.withType(Test).configureEach {
 	useJUnitPlatform()
 	useJUnitPlatform()
-	
+
 }
 }