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

rec pushed a commit to branch 225-Improve-deployment-in-OSGi-environments
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 4de1bd9810548cc3487c4288598ddd8a573f2d41
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Fri Sep 16 09:42:32 2022 +0200

    Issue #225: Improve deployment in OSGi environments
    
    - Turned uimaj-cpe into a fragment of uimaj-core because uimaj-core needs 
access to the packages of uimaj-cpe, e.g. because it accesses classes like 
CpeInclude via reflection in its factories
---
 uimaj-cpe/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uimaj-cpe/pom.xml b/uimaj-cpe/pom.xml
index a23b7e208..7c2528ac5 100644
--- a/uimaj-cpe/pom.xml
+++ b/uimaj-cpe/pom.xml
@@ -103,8 +103,8 @@
                                                
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
                                                
<_dsannotations>*</_dsannotations>
                                                
<_metatypeannotations>*</_metatypeannotations>
+                                               
<Fragment-Host>org.apache.uima.j-core</Fragment-Host>
                                                <Import-Package>
-                                                       
!org.apache.uima.collection.impl.metadata.cpe,
                                                        !com.apple.eio,
                                                        
org.slf4j.impl;resolution:=optional,
                                                        
org.apache.logging.log4j.*;resolution:=optional,

Reply via email to