From 75d652a96698a1d8e04d6ad6b3a4b1d4cbca6030 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 3 Aug 2020 17:01:03 +0200 Subject: [PATCH] Use the deployment dependencies in the gRPC deployment artifact If you use the runtime one, it is then impossible to make a partial build with an empty repo as the deployment dependencies are not properly dragged. --- extensions/grpc/deployment/pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/extensions/grpc/deployment/pom.xml b/extensions/grpc/deployment/pom.xml index cc77a10418b51..ae9625c872094 100644 --- a/extensions/grpc/deployment/pom.xml +++ b/extensions/grpc/deployment/pom.xml @@ -37,18 +37,28 @@ io.quarkus quarkus-grpc - ${project.version} io.quarkus quarkus-smallrye-health-spi + + + io.quarkus + quarkus-smallrye-health-deployment + true + io.quarkus quarkus-grpc-codegen + + io.quarkus + quarkus-resteasy-deployment + test + io.quarkus quarkus-junit5-internal @@ -74,21 +84,11 @@ awaitility test - - io.quarkus - quarkus-resteasy - test - io.rest-assured rest-assured test - - io.quarkus - quarkus-smallrye-health - true -