Skip to content

Commit

Permalink
Add Azure Credentials to the managed set (#4012)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Nov 23, 2024
1 parent 945e44a commit e5b25f4
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 @@ -590,6 +590,11 @@
<artifactId>aws-credentials</artifactId>
<version>231.v08a_59f17d742</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>azure-credentials</artifactId>
<version>312.v0f3973cd1e59</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>badge</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 @@ -499,6 +499,11 @@
<artifactId>aws-credentials</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>azure-credentials</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>badge</artifactId>
Expand Down

0 comments on commit e5b25f4

Please sign in to comment.