This is an automated email from the ASF dual-hosted git repository. grossws pushed a commit to branch remove-log4j in repository https://gitbox.apache.org/repos/asf/tika.git
commit 82c42a003600618875604ce532149f20993bfd35 Author: Konstantin Gribov <[email protected]> AuthorDate: Thu Nov 17 17:52:35 2022 +0300 Remove log4j 1.2 and reload4j from tika-age-recognizer --- tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml index d3d97dc5f..fe7e162c4 100644 --- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml +++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml @@ -92,16 +92,6 @@ <artifactId>jackson-mapper-asl</artifactId> <version>1.9.13</version> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>1.7.36</version> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> - </dependency> <!-- avoid conflicts because of age-predictor-api --> <dependency> @@ -157,6 +147,10 @@ <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> </exclusions> </dependency> <!-- Test dependencies -->
