Skip to content

Commit

Permalink
Add org.apache.felix:org.apache.felix.http.servlet-api:1.2.0
Browse files Browse the repository at this point in the history
from Maven-Central

This is required for
eclipse-equinox/equinox.framework#44
  • Loading branch information
HannesWell committed Apr 28, 2022
1 parent 4788a40 commit 57faafb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,16 @@
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Apache Felix" missingManifest="error" type="Maven">
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.servlet-api</artifactId>
<version>1.2.0</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
</target>

0 comments on commit 57faafb

Please sign in to comment.