Skip to content

Commit

Permalink
Merge pull request #1837 from MarkEWaite/use-plugin-versions-from-bom
Browse files Browse the repository at this point in the history
Test with job-dsl and maven plugin versions from BOM
  • Loading branch information
uhafner authored Sep 22, 2024
2 parents bcfd383 + e5fcd7a commit 28a3514
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
<!-- Jenkins Plug-in Dependencies Versions -->
<git-forensics.version>2.2.1</git-forensics.version>

<jenkins-maven-plugin.version>3.22</jenkins-maven-plugin.version>
<job-dsl.version>1.84</job-dsl.version>
<flexible-publish.version>0.15.2</flexible-publish.version>
<form-element-path.version>1.11</form-element-path.version>

Expand Down Expand Up @@ -390,7 +388,6 @@
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>${jenkins-maven-plugin.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -410,7 +407,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>job-dsl</artifactId>
<version>${job-dsl.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 28a3514

Please sign in to comment.