Skip to content

Commit

Permalink
Remove unnecessary version declarations
Browse files Browse the repository at this point in the history
Plugin BOM now includes the necessary versions.  Rely on plugin BOM
versions instead of maintaining them separately in this pom file.

Confirmed versions match with `mvn help:effective-pom` before and after
this change.
  • Loading branch information
MarkEWaite committed Oct 19, 2024
1 parent 010d40f commit 4f7998f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<!-- TODO: Remove when 2.14.0-133.vcc091215a_358 or newer is in BOM -->
<!-- https://github.com/jenkinsci/mina-sshd-api-plugin/releases/tag/2.14.0-133.vcc091215a_358 -->
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
<artifactId>mina-sshd-api-common</artifactId>
<version>2.14.0-133.vcc091215a_358</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand All @@ -106,8 +99,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-client</artifactId>
<!-- TODO: Remove when release is available in plugin BOM -->
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -120,8 +111,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>scm-api</artifactId>
<!-- TODO: Remove when release is available in plugin BOM -->
<version>698.v8e3b_c788f0a_6</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 4f7998f

Please sign in to comment.