Skip to content

Commit

Permalink
Add org.apache.felix:org.apache.felix.http.servlet-api:2.0.0
Browse files Browse the repository at this point in the history
from Maven-Central
  • Loading branch information
HannesWell committed Jun 18, 2022
1 parent 5a276a8 commit ea694ed
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<unit id="javax.el" version="2.2.0.v201303151357"/>
<unit id="javax.el.source" version="2.2.0.v201303151357"/>

<unit id="javax.servlet.jsp" version="2.2.0.v201112011158"/>
<unit id="javax.servlet.jsp" version="2.2.0.v201112011158"/><!-- Also servlet API?-->
<unit id="javax.servlet.jsp.source" version="2.2.0.v201112011158"/>
<unit id="org.apache.jasper.glassfish" version="2.2.2.v201501141630"/>
<unit id="org.apache.jasper.glassfish.source" version="2.2.2.v201501141630"/>
Expand Down Expand Up @@ -282,12 +282,6 @@
<version>10.0.9</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>4.0.4</version>
<type>jar</type>
</dependency>
</dependencies>
</location>

Expand Down Expand Up @@ -509,6 +503,14 @@
<version>1.1.6</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.servlet-api</artifactId>
<version>2.0.0</version>
<type>jar</type>
<!-- Has compile dependencies to jakarta.servlet:jakarta.servlet-api:5.0.0 and org.apache.tomcat:tomcat-servlet-api:9.0.56
but the Manifest (which is actually Runtime seems not to require them-->
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
Expand Down

0 comments on commit ea694ed

Please sign in to comment.