Skip to content

Commit

Permalink
Add org.apache.felix.http.servlet-api to resolve maven warnings
Browse files Browse the repository at this point in the history
This is to temporary resolve the issue with warning about unsatisfied
contracts / packages of org.osgi.service.http and
org.osgi.service.http.whiteboard once we have resolved the discrepancy
in org.eclipse.osgi.services this can be replaced / removed again.
  • Loading branch information
laeubi committed Dec 16, 2023
1 parent 5fd8db2 commit a496f52
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -317,6 +317,13 @@
<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

0 comments on commit a496f52

Please sign in to comment.