Skip to content

Commit

Permalink
Also need to pin access-modifier-annotation & annotation-indexer
Browse files Browse the repository at this point in the history
…& `spotbugs-annotations`
  • Loading branch information
jglick committed Jul 19, 2021
1 parent fe56bff commit 8b3ce43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>annotation-indexer</artifactId>
<version>1.14</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -207,6 +212,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.3.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -234,6 +240,7 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-annotation</artifactId>
<version>${access-modifier-checker.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 8b3ce43

Please sign in to comment.