Skip to content

Commit

Permalink
Add newer JSP dependencies (eclipse-platform#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
merks authored Sep 14, 2023
1 parent 43e6283 commit 1a1c2d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,18 @@
<version>10.0.16</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-servlet-api</artifactId>
<version>4.0.6</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-jsp</artifactId>
<version>9.0.52</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>javax.servlet.jsp</artifactId>
Expand Down

0 comments on commit 1a1c2d7

Please sign in to comment.