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 2020/11/09 07:37:08 UTC

[uima-uimaj] 01/02: [NO JIRA] Remove warning about two SLF4J backends when running tests.

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

rec pushed a commit to branch bugfix/UIMA-6294-SelectFS-at-annotation-does-not-return-the-correct-result
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit d8ae851141ef9a591cf65f98be5f7be6794d1eb9
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Nov 9 08:21:16 2020 +0100

    [NO JIRA] Remove warning about two SLF4J backends when running tests.
---
 uimaj-core/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/uimaj-core/pom.xml b/uimaj-core/pom.xml
index f1cb74d..63a848c 100644
--- a/uimaj-core/pom.xml
+++ b/uimaj-core/pom.xml
@@ -127,11 +127,6 @@
       <scope>test</scope>
     </dependency>
                      -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-jdk14</artifactId>
-      <scope>test</scope>
-    </dependency>
     
 		<dependency>
 			<groupId>org.apache.uima</groupId>