This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_3x in repository https://gitbox.apache.org/repos/asf/tika.git
commit d70995f98efeb145782fc240eff1794a20f38472 Author: Tilman Hausherr <[email protected]> AuthorDate: Sun Jun 8 08:22:41 2025 +0200 TIKA-4435: add logger for testing --- tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml index 61323731e..90fae4580 100644 --- a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml +++ b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml @@ -48,6 +48,11 @@ <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins>
