Skip to content

Commit d32f13e

Browse files
committed
Match dependencies in gradle build
1 parent 244f87e commit d32f13e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/grpc-server/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencyManagement {
2929
}
3030

3131
dependencies {
32+
implementation 'org.springframework.boot:spring-boot-starter-actuator'
3233
implementation 'org.springframework.grpc:spring-grpc-spring-boot-starter'
3334
implementation 'io.grpc:grpc-services'
3435
testImplementation 'org.springframework.boot:spring-boot-starter-test'

0 commit comments

Comments
 (0)