Skip to content

Commit 57c78a3

Browse files
authored
Add MSBuild to managed set (#4216)
1 parent 3288a9b commit 57c78a3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bom-weekly/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,11 @@
11411141
<artifactId>metrics</artifactId>
11421142
<version>4.2.21-458.vcf496cb_839e4</version>
11431143
</dependency>
1144+
<dependency>
1145+
<groupId>org.jenkins-ci.plugins</groupId>
1146+
<artifactId>msbuild</artifactId>
1147+
<version>1.35</version>
1148+
</dependency>
11441149
<dependency>
11451150
<groupId>org.jenkins-ci.plugins</groupId>
11461151
<artifactId>node-iterator-api</artifactId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,11 @@
984984
<artifactId>metrics</artifactId>
985985
<scope>test</scope>
986986
</dependency>
987+
<dependency>
988+
<groupId>org.jenkins-ci.plugins</groupId>
989+
<artifactId>msbuild</artifactId>
990+
<scope>test</scope>
991+
</dependency>
987992
<dependency>
988993
<groupId>org.jenkins-ci.plugins</groupId>
989994
<artifactId>node-iterator-api</artifactId>

0 commit comments

Comments
 (0)