Skip to content

Commit

Permalink
add joda-time to management dependencies and exclude 2.12.7 (latest a…
Browse files Browse the repository at this point in the history
…vailable) from ossindex
  • Loading branch information
tballison committed Apr 11, 2024
1 parent 87e84f7 commit 42c2089
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,11 @@
<artifactId>jakarta.xml.soap-api</artifactId>
<version>${jakarta.xml.soap.version}</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -1121,6 +1126,11 @@
<artifactId>threetenbp</artifactId>
<version>1.6.8</version>
</coordinate>
<coordinate>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.7</version>
</coordinate>
</excludeCoordinates>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit 42c2089

Please sign in to comment.