소스 검색

Update RSocket Sample to use RSocket 1.0.1

Fixes the integration tests from hanging.

Issue gh-8664
Rob Winch 5 년 전
부모
커밋
6fbe58e624
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle

+ 2 - 0
samples/boot/hellorsocket/spring-security-samples-boot-hellorsocket.gradle

@@ -9,3 +9,5 @@ dependencies {
 	testCompile project(':spring-security-test')
 	testCompile 'org.springframework.boot:spring-boot-starter-test'
 }
+
+ext['rsocket.version'] = '1.0.1'