Skip to content

Commit

Permalink
TIKA-4366 -- upgrade POI
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b4021e)
  • Loading branch information
tballison committed Jan 9, 2025
1 parent 5d84942 commit ad94476
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
<pax.exam.version>4.14.0</pax.exam.version>
<!-- TODO when updating to 3.0.4, search for TIKA-2342 and achtivate the changes -->
<pdfbox.version>3.0.3</pdfbox.version>
<poi.version>5.3.0</poi.version>
<poi.version>5.4.0</poi.version>
<protobuf.version>3.25.5</protobuf.version>
<quartz.version>2.5.0</quartz.version>
<reactor.core.version>3.7.1</reactor.core.version>
Expand Down Expand Up @@ -506,6 +506,16 @@
<artifactId>sis-metadata</artifactId>
<version>${sis.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-bom</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<name>Apache Tika Microsoft parser module</name>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- needed for msg files -->
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit ad94476

Please sign in to comment.