Skip to content

Commit

Permalink
Remove org.osgi.service.http and felix.http.servlet-api from SDK TP
Browse files Browse the repository at this point in the history
With eclipse-equinox/equinox#403 the sources of
org.osgi.service.http are provided in a re-packed bundle from Equinox,
that also provides the OSGi capabilities which were temporarily
provided by felix.http.servlet-api.
  • Loading branch information
HannesWell committed Dec 18, 2023
1 parent b1a5394 commit 839ec72
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -317,13 +317,6 @@
<version>9.0.83.1</version>
<type>jar</type>
</dependency>
<!-- This is to temporary resolve the issue with warning about unsatisfied contracts / packages of org.osgi.service.http and org.osgi.service.http.whiteboard -->
<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>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Test dependencies" missingManifest="error" type="Maven">
Expand Down Expand Up @@ -450,12 +443,6 @@
<version>1.1.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.http</artifactId>
<version>1.2.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.log.stream</artifactId>
Expand Down

0 comments on commit 839ec72

Please sign in to comment.