Skip to content

Commit

Permalink
Drop unused javax.servlet:javax.servlet-api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Apr 24, 2024
1 parent 426c6e6 commit f797ca5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tomcat-managed-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
<test.catalina.base>${project.build.directory}/cargo/configurations/tomcat${tomcat.major.version}x</test.catalina.base>
</properties>

<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit f797ca5

Please sign in to comment.