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:15:59 UTC

[uima-ruta] branch bugfix/UIMA-6219-Logger-errors-when-running-Ruta-script created (now 2eff6e4)

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

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


      at 2eff6e4  [UIMA-6219] Logger errors when running Ruta script

This branch includes the following new commits:

     new 2eff6e4  [UIMA-6219] Logger errors when running Ruta script

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-ruta] 01/01: [UIMA-6219] Logger errors when running Ruta script

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