Skip to content

Commit

Permalink
Get annotation versions from core BOM (jenkinsci#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Dec 17, 2021
1 parent ddca5db commit 8697d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.5.1</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
Expand Down Expand Up @@ -250,8 +249,8 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-annotation</artifactId>
<version>${access-modifier-checker.version}</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<!-- provided by Jenkins core -->
Expand Down Expand Up @@ -563,6 +562,7 @@
<exclude>com.google.code.findbugs:annotations</exclude>
<exclude>com.google.code.findbugs:jsr305</exclude> <!-- ditto -->
<exclude>net.java.dev.jna:jna</exclude> <!-- needed for Jenkins 1.585 and earlier -->
<exclude>org.kohsuke:access-modifier-annotation</exclude>
</excludes>
</requireUpperBoundDeps>
</rules>
Expand Down

0 comments on commit 8697d3d

Please sign in to comment.