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 janbartel added this to To do in Jetty 11.0.0 via automation 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
@joakime joakime added this to To do in Jetty 11.0.1 via automation Dec 7, 2020
@joakime joakime removed this from To do in Jetty 11.0.0 Dec 7, 2020
@joakime joakime moved this from To do to In progress in Jetty 11.0.1 Dec 7, 2020
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

Jetty 11.0.1 automation moved this from In progress to Done Dec 30, 2020
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
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant