Export all TwelveMonkeys imageio SPI plugins using the osgi.serviceloader capability

This commit is contained in:
Steinar Bang
2023-10-05 19:09:36 +02:00
committed by Harald Kuhr
parent f0a032a7b9
commit a7ebd66149
21 changed files with 136 additions and 20 deletions

View File

@@ -37,6 +37,14 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Provide-Capability>
osgi.serviceloader;
osgi.serviceloader=javax.imageio.spi.ImageReaderSpi
</Provide-Capability>
</instructions>
</configuration>
</plugin>
</plugins>
</build>