You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2021/05/07 12:16:00 UTC

[uima-ruta] 01/01: [UIMA-6219] Logger errors when running Ruta script

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

pkluegl pushed a commit to branch bugfix/UIMA-6219-Logger-errors-when-running-Ruta-script
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 2eff6e4f93e6a6966b84ec8b2d64d883d65467c4
Author: Peter Klügl <pe...@averbis.com>
AuthorDate: Fri May 7 14:14:36 2021 +0200

    [UIMA-6219] Logger errors when running Ruta script
    
    - update bundle imports
---
 ruta-ep-engine/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ruta-ep-engine/pom.xml b/ruta-ep-engine/pom.xml
index 8177277..c8d0d39 100644
--- a/ruta-ep-engine/pom.xml
+++ b/ruta-ep-engine/pom.xml
@@ -236,6 +236,7 @@
                   org.apache.uima.ruta.condition,
                   org.apache.uima.ruta.constraint,
                   org.apache.uima.ruta.descriptor,
+                  org.apache.uima.ruta.cache,
                   org.apache.uima.ruta.engine,
                   org.apache.uima.ruta.expression,
                   org.apache.uima.ruta.expression.annotation,
@@ -275,7 +276,7 @@
                 </_exportcontents>
 
                 <Import-Package>
-                  <!-- -->
+                  org.slf4j*,
                   org.apache.uima.*,
                   !bsh, !com.sun.net.httpserver,
                   !edu.emory.mathcs.backport.java.util.concurrent,