Skip to content

Commit

Permalink
Rely on plugin BOM for dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Aug 13, 2023
1 parent 247c44c commit 35ae6db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>3.22</version>
<optional>true</optional>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -160,7 +159,6 @@
<!-- TODO: it is something insane, no? -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>parameterized-trigger</artifactId>
<version>2.46</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 35ae6db

Please sign in to comment.