You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/08/26 10:44:33 UTC

[uima-uimafit] branch feature/196-Provide-OSGI-metadata-in-JARs created (now 762dd42)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch feature/196-Provide-OSGI-metadata-in-JARs
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git


      at 762dd42  Issue #196 - Provide OSGI metadata in JARs

This branch includes the following new commits:

     new 762dd42  Issue #196 - Provide OSGI metadata in JARs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimafit] 01/01: Issue #196 - Provide OSGI metadata in JARs

Posted by re...@apache.org.
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 <re...@apache.org>
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>