Skip to content

Commit

Permalink
Add MSBuild to managed set (#4216)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 16, 2025
1 parent 3288a9b commit 57c78a3
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 @@ -1141,6 +1141,11 @@
<artifactId>metrics</artifactId>
<version>4.2.21-458.vcf496cb_839e4</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>msbuild</artifactId>
<version>1.35</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>node-iterator-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 @@ -984,6 +984,11 @@
<artifactId>metrics</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>msbuild</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>node-iterator-api</artifactId>
Expand Down

0 comments on commit 57c78a3

Please sign in to comment.