Skip to content

Commit

Permalink
Integrate OSGi Mediator
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Oct 16, 2023
1 parent 95545da commit 4a46b2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,15 @@
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
<Implementation-Build-Id>${scmBranch}-${buildNumber}</Implementation-Build-Id>
<Import-Package>!org.glassfish.hk2.osgiresourcelocator,*</Import-Package>
<Require-Capability><![CDATA[
osgi.extender;filter:="(&(osgi.extender=osgi.serviceloader.processor)
(version>=1.0.0)(!(version>=2.0.0)))";resolution:=optional,
osgi.serviceloader;
filter:="(osgi.serviceloader=jakarta.xml.ws.spi.Provider)";
osgi.serviceloader="jakarta.xml.ws.spi.Provider";
cardinality:=multiple;resolution:=optional
]]>
</Require-Capability>
</instructions>
</configuration>
<executions>
Expand Down

0 comments on commit 4a46b2e

Please sign in to comment.