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 b97aae6fcbcd82e20c0bfbe8c4639108ba549d88 Author: Tilman Hausherr <[email protected]> AuthorDate: Mon Jan 27 10:12:02 2025 +0100 TIKA-4326: remove explicit version declaration --- tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml b/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml index ca990cbd2..28b4c26c5 100644 --- a/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml +++ b/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml @@ -112,7 +112,6 @@ May the gods of dependency management fix this in the future. <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>${rat.version}</version> <configuration> <excludes> <exclude>src/test/resources/test-documents/**</exclude>
