Skip to content

Commit

Permalink
Add JaCoCo to the managed set (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 26, 2023
1 parent 9505b15 commit 13a1306
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@
<artifactId>jackson2-api</artifactId>
<version>2.14.2-319.v37853346a_229</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jacoco</artifactId>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>javadoc</artifactId>
Expand Down
12 changes: 12 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,18 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jacoco</artifactId>
<scope>test</scope>
<exclusions>
<!-- TODO RequireUpperBoundDeps with pipeline-utility-steps -->
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>javadoc</artifactId>
Expand Down

0 comments on commit 13a1306

Please sign in to comment.