This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch bugfix/306-Cannot-install-Ruta-3.3.0-workbench-against-UIMA-3.4.0-Eclipse-plugins in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit 9512268dacb3a8ff2a29b342ab7724d159c919db Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Thu Feb 16 16:40:51 2023 +0100 Issue #306: Cannot install Ruta 3.3.0 workbench against UIMA 3.4.0 Eclipse plugins - Added missing package export --- uimaj-ep-runtime/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/uimaj-ep-runtime/pom.xml b/uimaj-ep-runtime/pom.xml index 541639e2f..412b33035 100644 --- a/uimaj-ep-runtime/pom.xml +++ b/uimaj-ep-runtime/pom.xml @@ -164,6 +164,7 @@ org.apache.uima.resource.service.impl, org.apache.uima.search, org.apache.uima.search.impl, + org.apache.uima.spi, org.apache.uima.tools, org.apache.uima.tools.annot_view, org.apache.uima.tools.cpm,
