From 9245e5d3f7dd0f50ce305ba3a914184e07e514d8 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 18 Feb 2021 11:05:42 +0100 Subject: [PATCH] Add Jacoco dependency to bom-descriptor-json and docs --- devtools/bom-descriptor-json/pom.xml | 13 +++++++++++++ docs/pom.xml | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/devtools/bom-descriptor-json/pom.xml b/devtools/bom-descriptor-json/pom.xml index c36a9c19039e3..d635b7478d693 100644 --- a/devtools/bom-descriptor-json/pom.xml +++ b/devtools/bom-descriptor-json/pom.xml @@ -835,6 +835,19 @@ + + io.quarkus + quarkus-jacoco + ${project.version} + pom + test + + + * + * + + + io.quarkus quarkus-jaeger diff --git a/docs/pom.xml b/docs/pom.xml index 33084cec1e8e0..1180b9a877554 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -873,6 +873,19 @@ + + io.quarkus + quarkus-jacoco-deployment + ${project.version} + pom + test + + + * + * + + + io.quarkus quarkus-jaeger-deployment