Skip to content

Commit

Permalink
Exclude jetty jsp-api due to license issues
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Sep 12, 2023
1 parent ef057e1 commit e2a2469
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -2371,6 +2371,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<!-- excluded due to license issues: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/10246 -->
<exclusion>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-api-2.1</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit e2a2469

Please sign in to comment.