This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_2x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 4e53b3edd4c336425c109b1628231a063ebc04a3 Author: Tilman Hausherr <[email protected]> AuthorDate: Mon Jan 27 10:13:42 2025 +0100 TIKA-4239: remove explicit version declaration --- .../tika-parsers-extended/tika-parser-scientific-module/pom.xml | 3 --- 1 file changed, 3 deletions(-) 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 b8ee22ad8..95eca7b77 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 @@ -90,7 +90,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> - <version>${commons.csv.version}</version> </dependency> <!-- for java 10 See TIKA-2778 for why we need to do this now. @@ -99,7 +98,6 @@ May the gods of dependency management fix this in the future. <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> - <version>${jaxb.version}</version> </dependency> </dependencies> @@ -117,7 +115,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>
