Skip to content

Commit

Permalink
TIKA-4239: remove explicit version declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Jan 27, 2025
1 parent f14110d commit 4e53b3e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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>

Expand All @@ -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>
Expand Down

0 comments on commit 4e53b3e

Please sign in to comment.