Skip to content

Commit eff96a9

Browse files
authored
Remove unnecessary JARs from JPI (#274)
1 parent 583fdba commit eff96a9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pom.xml

+9-5
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,15 @@
104104
<groupId>org.kohsuke</groupId>
105105
<artifactId>access-modifier-suppressions</artifactId>
106106
<version>${access-modifier-checker.version}</version>
107-
</dependency>
108-
<dependency>
109-
<groupId>org.kohsuke</groupId>
110-
<artifactId>access-modifier-annotation</artifactId>
111-
<version>1.33</version>
107+
<!-- Not needed at runtime -->
108+
<scope>provided</scope>
109+
<exclusions>
110+
<exclusion>
111+
<!-- Upper bounds and comes from core -->
112+
<groupId>org.kohsuke</groupId>
113+
<artifactId>access-modifier-annotation</artifactId>
114+
</exclusion>
115+
</exclusions>
112116
</dependency>
113117
</dependencies>
114118
<dependencyManagement>

0 commit comments

Comments
 (0)