Skip to content

Commit

Permalink
TIKA-4239: fix quartz dependency and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Nov 13, 2024
1 parent d03c678 commit 8712267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@
<pax.exam.version>4.13.5</pax.exam.version>
<pdfbox.version>2.0.32</pdfbox.version>
<poi.version>5.3.0</poi.version>
<!-- 2.5.0 needs jakarta.xml.bind 4.0.2 in tika-parser-scientific-module -->
<quartz.version>2.3.2</quartz.version>
<reactor.core.version>3.7.0</reactor.core.version>
<reactor.netty.version>1.2.0</reactor.netty.version>
Expand Down Expand Up @@ -919,7 +920,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.3.2</version>
<version>${quartz.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 8712267

Please sign in to comment.