Skip to content

Commit

Permalink
eux-pdf-flattener
Browse files Browse the repository at this point in the history
  • Loading branch information
walberg committed Nov 1, 2024
1 parent 854159f commit 49876cf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<swagger.annotations.version>2.2.7</swagger.annotations.version>
<pdfbox.version>2.0.22</pdfbox.version>
<apache-poi.version>4.1.2</apache-poi.version>
<twelvemonkeys-imageio.version>3.5</twelvemonkeys-imageio.version>
<apache-poi.version>5.3.0</apache-poi.version>
<twelvemonkeys-imageio.version>3.12.0</twelvemonkeys-imageio.version>
<opensagres.version>2.0.2</opensagres.version>
<tika.version>1.24.1</tika.version>
<tika.version>2.9.2</tika.version>
<json-flattener.version>0.9.0</json-flattener.version>
</properties>

Expand Down Expand Up @@ -150,11 +150,13 @@
<groupId>org.apache.tika</groupId>
<artifactId>tika-langdetect</artifactId>
<version>${tika.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>${tika.version}</version>
<type>pom</type>
</dependency>

<!-- test -->
Expand Down

0 comments on commit 49876cf

Please sign in to comment.