Skip to content

Commit b001abc

Browse files
committed
Use promoted builds plugin 3.3
Plugin has been updated to use the plugin BOM and to require Jenkins 2.138.4, matches with the Jenkins version required for this plugin. Remove the exclusions, no longer required
1 parent 4416db5 commit b001abc

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -182,21 +182,8 @@
182182
<dependency>
183183
<groupId>org.jenkins-ci.plugins</groupId>
184184
<artifactId>promoted-builds</artifactId>
185-
<version>2.27</version>
185+
<version>3.3</version>
186186
<optional>true</optional>
187-
<exclusions>
188-
<exclusion>
189-
<groupId>org.sonatype.sisu</groupId>
190-
<artifactId>sisu-guava</artifactId>
191-
</exclusion>
192-
<exclusion>
193-
<!-- promoted-builds requests 1.9.2, core requests 1.8.4 -->
194-
<!-- use core version, rather than promoted builds version -->
195-
<!-- trust this optional reference will be harmless -->
196-
<groupId>org.apache.ant</groupId>
197-
<artifactId>ant</artifactId>
198-
</exclusion>
199-
</exclusions>
200187
</dependency>
201188
<dependency>
202189
<groupId>org.jenkins-ci.plugins.workflow</groupId>

0 commit comments

Comments
 (0)