diff --git a/pom.xml b/pom.xml index f39a1bf..6f62766 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,9 @@ Building gRPC applications with Spring Boot + spring-grpc-build-dependencies + spring-grpc-docs + spring-grpc-dependencies spring-grpc-core spring-grpc-test spring-grpc-spring-boot-autoconfigure @@ -21,9 +24,6 @@ spring-grpc-client-spring-boot-starter spring-grpc-server-spring-boot-starter spring-grpc-server-web-spring-boot-starter - spring-grpc-dependencies - spring-grpc-build-dependencies - spring-grpc-docs samples diff --git a/spring-grpc-build-dependencies/pom.xml b/spring-grpc-build-dependencies/pom.xml index 352e3c2..ac87e37 100644 --- a/spring-grpc-build-dependencies/pom.xml +++ b/spring-grpc-build-dependencies/pom.xml @@ -6,7 +6,7 @@ org.springframework.grpc spring-grpc-build-dependencies - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT pom Spring gRPC build dependencies @@ -86,6 +86,13 @@ pom import + + io.micrometer + micrometer-bom + ${micrometer.version} + pom + import + diff --git a/spring-grpc-dependencies/pom.xml b/spring-grpc-dependencies/pom.xml index ef607d3..2aebf4d 100644 --- a/spring-grpc-dependencies/pom.xml +++ b/spring-grpc-dependencies/pom.xml @@ -118,6 +118,11 @@ proto-google-common-protos ${google-common-protos.version} + + com.salesforce.servicelibs + reactor-grpc-stub + ${reactor-grpc.version} +