Skip to content

Commit

Permalink
Remove unnecessary JARs from JPI (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 11, 2024
1 parent 583fdba commit eff96a9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,15 @@
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-suppressions</artifactId>
<version>${access-modifier-checker.version}</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-annotation</artifactId>
<version>1.33</version>
<!-- Not needed at runtime -->
<scope>provided</scope>
<exclusions>
<exclusion>
<!-- Upper bounds and comes from core -->
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-annotation</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<dependencyManagement>
Expand Down

0 comments on commit eff96a9

Please sign in to comment.