Skip to content

Commit

Permalink
exclude spring-context 5.3.9 from ossindex -- no fix yet available
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Oct 22, 2024
1 parent a201e58 commit 56f56f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
<snappy.version>1.1.10.7</snappy.version>
<solrj.version>8.11.4</solrj.version>
<!-- NOTE: Spring 6 requires jdk17 -->
<!-- remove from ossindex when bumping from 5.3.39 -->
<spring.version>5.3.39</spring.version>
<sqlite.version>3.46.1.3</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
Expand Down Expand Up @@ -1173,6 +1174,11 @@
<artifactId>hdf5-platform</artifactId>
<version>1.14.3-1.5.10</version>
</coordinate>
<coordinate>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.39</version>
</coordinate>
</excludeCoordinates>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit 56f56f3

Please sign in to comment.