Skip to content

Commit

Permalink
add threeten to ossindex ignore correctly for at least two versions :/
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Apr 10, 2024
1 parent 614943a commit 94c78cb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1111,10 +1111,16 @@
</coordinate>
<!-- provided dependency brought in by org.deeplearning4j:deeplearning4j-utility-iterators -->
<coordinate>
<groupId>threetenbp</groupId>
<artifactId>org.threeten</artifactId>
<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 94c78cb

Please sign in to comment.