Skip to content

Commit

Permalink
Issue #5761 Remove unnecessary dependencies from apache-jsp
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <janb@webtide.com>
  • Loading branch information
janbartel committed Dec 7, 2020
1 parent 61aac5a commit 8cfa07e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions apache-jsp/pom.xml
Expand Up @@ -72,21 +72,6 @@
<artifactId>jetty-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-jakarta-servlet-api</artifactId>
<exclusions>
<exclusion>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jakarta.servlet.jsp</groupId>
<artifactId>jakarta.servlet.jsp-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-jsp</artifactId>
Expand Down

0 comments on commit 8cfa07e

Please sign in to comment.