NIFI-8987 Upgraded Tika to 1.27 and Graphics2d to 0.32

- Tika 1.27 and Graphics2d upgrade Apache PDFBox to 2.0.24

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5272.
This commit is contained in:
exceptionfactory 2021-08-02 15:18:16 -05:00 committed by Pierre Villard
parent ba7271c85b
commit fb96590586
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
2 changed files with 7 additions and 8 deletions

View File

@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>1.26</version>
<version>1.27</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>

View File

@ -43,18 +43,17 @@
</plugins>
</build>
<dependencies>
<!-- https://mvnrepository.com/artifact/xerces/xerces -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>${poi.version}</version>
</dependency>
<!-- Override graphics2d from poi-ooxml:5.0.0 for pdfbox:2.0.24 -->
<dependency>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
<version>0.32</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>