From 7b154a3302c37712111e3f7293df1deae547c15c Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Mon, 23 Sep 2024 18:55:44 +0200 Subject: [PATCH] Issue #390: Merge uimaFIT modules into UIMAJ repository - Switch back to explicitly using slf4j-simple where needed because in uimaj-core, we need to not have it on the classpath - Fix dependencies for JavaDoc --- pom.xml | 25 +++++++++++++++++++++++++ uimafit-benchmark/pom.xml | 10 +++++----- uimafit-core/pom.xml | 10 ++-------- uimafit-cpe/pom.xml | 6 ++++++ uimafit-examples/pom.xml | 2 +- uimafit-spring/pom.xml | 5 +++++ uimaj-core/pom.xml | 4 ++-- uimaj-document-annotation/pom.xml | 5 +++++ uimaj-json/pom.xml | 5 +++++ uimaj-parent/pom.xml | 12 ++++++++++-- uimaj-tools/pom.xml | 5 +++++ 11 files changed, 71 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index debd0f296..cca24a900 100644 --- a/pom.xml +++ b/pom.xml @@ -241,6 +241,31 @@ log4j-core ${log4j-version} + + commons-io + commons-io + ${commons-io-version} + + + org.springframework + spring-core + ${spring-version} + + + org.springframework + spring-beans + ${spring-version} + + + org.springframework + spring-context + ${spring-version} + + + org.apache.commons + commons-lang3 + ${commons-lang3-version} + diff --git a/uimafit-benchmark/pom.xml b/uimafit-benchmark/pom.xml index 49dfae47c..a70b911ef 100644 --- a/uimafit-benchmark/pom.xml +++ b/uimafit-benchmark/pom.xml @@ -66,11 +66,11 @@ commons-lang3 - - - - - + + org.slf4j + slf4j-simple + test + diff --git a/uimafit-core/pom.xml b/uimafit-core/pom.xml index d4a685ac1..9a042bfd6 100644 --- a/uimafit-core/pom.xml +++ b/uimafit-core/pom.xml @@ -77,7 +77,6 @@ org.apache.commons commons-collections4 - 4.4 test @@ -86,13 +85,8 @@ test - org.xmlunit - xmlunit-assertj3 - test - - - org.mockito - mockito-core + org.slf4j + slf4j-simple test diff --git a/uimafit-cpe/pom.xml b/uimafit-cpe/pom.xml index 97774e9da..65391f645 100644 --- a/uimafit-cpe/pom.xml +++ b/uimafit-cpe/pom.xml @@ -48,6 +48,12 @@ uimaj-core ${project.version} + + + org.slf4j + slf4j-simple + test + diff --git a/uimafit-examples/pom.xml b/uimafit-examples/pom.xml index 0c3c73713..cfd97c9ba 100644 --- a/uimafit-examples/pom.xml +++ b/uimafit-examples/pom.xml @@ -48,10 +48,10 @@ commons-io commons-io + org.slf4j slf4j-simple - compile diff --git a/uimafit-spring/pom.xml b/uimafit-spring/pom.xml index 9849589c7..ac32a66b2 100644 --- a/uimafit-spring/pom.xml +++ b/uimafit-spring/pom.xml @@ -62,5 +62,10 @@ ${project.version} test + + org.slf4j + slf4j-simple + test + diff --git a/uimaj-core/pom.xml b/uimaj-core/pom.xml index d75f2d212..3c482f15f 100644 --- a/uimaj-core/pom.xml +++ b/uimaj-core/pom.xml @@ -61,7 +61,7 @@ log4j-slf4j-impl provided - + org.apache.uima uimaj-test-util @@ -109,7 +109,7 @@ test - + diff --git a/uimaj-document-annotation/pom.xml b/uimaj-document-annotation/pom.xml index a08d44eeb..d80b99fa1 100644 --- a/uimaj-document-annotation/pom.xml +++ b/uimaj-document-annotation/pom.xml @@ -51,5 +51,10 @@ ${project.parent.version} test + + org.slf4j + slf4j-simple + test + \ No newline at end of file diff --git a/uimaj-json/pom.xml b/uimaj-json/pom.xml index 5ec7514e9..d75bffd3d 100644 --- a/uimaj-json/pom.xml +++ b/uimaj-json/pom.xml @@ -48,6 +48,11 @@ ${project.parent.version} test + + org.slf4j + slf4j-simple + test + diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml index 0a62b3310..6da3f856c 100644 --- a/uimaj-parent/pom.xml +++ b/uimaj-parent/pom.xml @@ -134,6 +134,7 @@ + 4.4 4.0.9