We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2eb3e2 commit f5f713dCopy full SHA for f5f713d
1 file changed
build.gradle
@@ -889,7 +889,7 @@ project('grpc-client') {
889
dependencies {
890
implementation 'org.springframework.boot:spring-boot-starter-integration'
891
implementation "org.springframework.grpc:spring-grpc-client-spring-boot-starter:$springGrpc"
892
- implementation "org.springframework.integration:spring-integration-grpc:$springIntegrationVersion"
+ implementation "org.springframework.integration:spring-integration-grpc"
893
894
implementation("com.google.protobuf:protobuf-java:$protobufVersion")
895
0 commit comments