Skip to content

Commit

Permalink
Removed unneeded exclusions of core dependency in war (#9063)
Browse files Browse the repository at this point in the history
removed unneeded exclusions
  • Loading branch information
StefanSpieker committed Mar 24, 2024
1 parent c3e3a4a commit 81c698c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions war/pom.xml
Expand Up @@ -81,24 +81,6 @@ THE SOFTWARE.
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-core</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<!--
jars that are not needed in war. most of the exclusions should happen in the core, to make IDEs happy, not here.
-->
<exclusion>
<groupId>jakarta.servlet.jsp</groupId>
<artifactId>jakarta.servlet.jsp-api</artifactId>
</exclusion>
<!-- Stapler 1.195 fails to declare this as optional, and the 1.1 version lacks a license: -->
<exclusion>
<groupId>org.kohsuke.metainf-services</groupId>
<artifactId>metainf-services</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
Expand Down

0 comments on commit 81c698c

Please sign in to comment.