Skip to content

Commit

Permalink
Remove dead code (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored May 18, 2024
1 parent 0e2a6d9 commit 27d0237
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,6 @@
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-core</artifactId>
<version>${jenkins.version}</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
Expand All @@ -227,12 +221,6 @@
<version>${jenkins.version}</version>
<type>executable-war</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 27d0237

Please sign in to comment.