Skip to content

Commit

Permalink
Use BOM where possible (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Sep 28, 2023
1 parent cf073ec commit d1c9429
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 @@ -71,7 +71,6 @@
<skipITs>true</skipITs>
<it.windows>false</it.windows>
<powershell.version>1.3</powershell.version>
<google-oauth-plugin.version>1.0.8</google-oauth-plugin.version>
<google.http.version>1.42.2</google.http.version>
<google.compute.api.version>1.25.0</google.compute.api.version>
<com.google.oauth-client.version>1.34.1</com.google.oauth-client.version>
Expand All @@ -89,7 +88,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<version>2378.v3e03930028f2</version>
<version>2465.va_e76ed7b_3061</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -107,7 +106,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>google-oauth-plugin</artifactId>
<version>${google-oauth-plugin.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit d1c9429

Please sign in to comment.