This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch feature/196-Provide-OSGI-metadata-in-JARs in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git
commit 762dd421d8d9083cedc77ee08000253be14ea35d Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Fri Aug 26 12:44:28 2022 +0200 Issue #196 - Provide OSGI metadata in JARs - SPI resolution should be optional --- uimafit-core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uimafit-core/pom.xml b/uimafit-core/pom.xml index 3688048..6fef6cf 100644 --- a/uimafit-core/pom.xml +++ b/uimafit-core/pom.xml @@ -112,8 +112,8 @@ org.apache.uima.fit.* </Export-Package> <Require-Capability> - osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)", - osgi.serviceloader;filter:="(osgi.serviceloader=org.apache.uima.spi.TypeSystemDescriptionProvider)";cardinality:=multiple + osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)";resolution:=optional, + osgi.serviceloader;filter:="(osgi.serviceloader=org.apache.uima.spi.TypeSystemDescriptionProvider)";cardinality:=multiple;resolution:=optional </Require-Capability> </instructions> </configuration>
