From 97cda681387d0dc297c8798bdf5d8927255a466e Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sat, 25 Mar 2023 19:59:21 -0700 Subject: [PATCH] Add JaCoCo to the managed set (#1889) --- bom-weekly/pom.xml | 5 +++++ sample-plugin/pom.xml | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index 0bfc072b8..7b15e5a6e 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -397,6 +397,11 @@ jackson2-api 2.14.2-319.v37853346a_229 + + org.jenkins-ci.plugins + jacoco + 3.3.3 + org.jenkins-ci.plugins javadoc diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index d38b4576b..5435092e1 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -320,6 +320,18 @@ + + org.jenkins-ci.plugins + jacoco + test + + + + org.codehaus.plexus + plexus-utils + + + org.jenkins-ci.plugins javadoc