Skip to content

Commit

Permalink
fix Add Badge to the managed set #3607 (#3627)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Sep 24, 2024
1 parent acd520a commit 33f5861
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -555,6 +555,11 @@
<artifactId>aws-credentials</artifactId>
<version>231.v08a_59f17d742</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>badge</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>bouncycastle-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,11 @@
<artifactId>aws-credentials</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>badge</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>bouncycastle-api</artifactId>
Expand Down

0 comments on commit 33f5861

Please sign in to comment.