Match dependencies in gradle build

This commit is contained in:
Dave Syer
2025-03-03 08:51:03 +00:00
parent 244f87e8fe
commit d32f13e6ed

View File

@@ -29,6 +29,7 @@ dependencyManagement {
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.grpc:spring-grpc-spring-boot-starter'
implementation 'io.grpc:grpc-services'
testImplementation 'org.springframework.boot:spring-boot-starter-test'