Skip to content

Commit

Permalink
Add Jetty EE8 bundles to target platform
Browse files Browse the repository at this point in the history
Another step towards
#1384
  • Loading branch information
akurtakov committed Sep 29, 2023
1 parent 1cd68f6 commit 517b5b3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,30 @@
<version>12.0.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.ee8</groupId>
<artifactId>jetty-ee8-apache-jsp</artifactId>
<version>12.0.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.ee8</groupId>
<artifactId>jetty-ee8-nested</artifactId>
<version>12.0.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.ee8</groupId>
<artifactId>jetty-ee8-security</artifactId>
<version>12.0.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.ee8</groupId>
<artifactId>jetty-ee8-servlet</artifactId>
<version>12.0.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
Expand Down

0 comments on commit 517b5b3

Please sign in to comment.