Skip to content

Commit

Permalink
TIKA-4239: exclude threeten (copied from main)
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Apr 18, 2024
1 parent 9117f73 commit 4d055a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,18 @@
<artifactId>uimaj-core</artifactId>
<version>3.4.1</version>
</coordinate>
<!-- provided dependency brought in by org.deeplearning4j:deeplearning4j-utility-iterators -->
<coordinate>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.3.3</version>
</coordinate>
<!-- brought in by gcs fetcher -->
<coordinate>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.6.8</version>
</coordinate>
</excludeCoordinates>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit 4d055a7

Please sign in to comment.