Skip to content

Commit 1a734c1

Browse files
author
Dave Syer
committed
Missing dependency from Gradle sample
1 parent d43823c commit 1a734c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/grpc-reactive/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies {
3636
implementation 'com.salesforce.servicelibs:reactor-grpc-stub:1.2.4'
3737
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3838
testImplementation 'org.springframework.grpc:spring-grpc-test'
39+
testImplementation 'io.projectreactor:reactor-test'
3940
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4041
testRuntimeOnly "io.netty:netty-transport-native-epoll::linux-x86_64"
4142
}

0 commit comments

Comments
 (0)