Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unneeded dependencies from apache-jsp module #5761

Closed
janbartel opened this issue Dec 7, 2020 · 1 comment · Fixed by #5762
Closed

Remove unneeded dependencies from apache-jsp module #5761

janbartel opened this issue Dec 7, 2020 · 1 comment · Fixed by #5762
Assignees

Comments

@janbartel
Copy link
Contributor

jetty-11

The following are either unnecessary or redundant:

    <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>

@janbartel janbartel self-assigned this Dec 7, 2020
janbartel added a commit that referenced this issue Dec 7, 2020
Signed-off-by: Jan Bartel <janb@webtide.com>
@janbartel janbartel linked a pull request Dec 7, 2020 that will close this issue
janbartel added a commit that referenced this issue Dec 14, 2020
Signed-off-by: Jan Bartel <janb@webtide.com>
@janbartel
Copy link
Contributor Author

Fixed by #5762

This was referenced Mar 6, 2021
This was referenced Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant