Skip to content

Commit

Permalink
Merge pull request #268 from jglick/bom
Browse files Browse the repository at this point in the history
Pick up deps from newer BOM
  • Loading branch information
jglick authored Oct 10, 2022
2 parents a164b98 + 0a50855 commit e663bd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.346.x</artifactId>
<version>1478.v81d3dc4f9a_43</version>
<version>1607.va_c1576527071</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -86,7 +86,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
<version>639.v6eca_cd8c04a_a_</version> <!-- TODO until in BOM -->
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -103,7 +102,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
<version>2759.v87459c4eea_ca_</version> <!-- TODO until in BOM -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e663bd5

Please sign in to comment.