This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch TIKA-4334b in repository https://gitbox.apache.org/repos/asf/tika.git
commit ae488caf36c14e3816fe13495aa40f0c7f14c882 Author: tallison <[email protected]> AuthorDate: Wed Oct 1 08:15:26 2025 -0400 TIKA-4334 -- fix double dependency in tika-pipes-reporter-fs-status --- .../tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml index dc064e74e..f7313c00b 100644 --- a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml +++ b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml @@ -32,11 +32,6 @@ <url>https://tika.apache.org/</url> <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>tika-pipes-core</artifactId> - <version>${project.version}</version> - </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>tika-pipes-core</artifactId>
