mirror of https://github.com/apache/nifi.git
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:
parent
ba7271c85b
commit
fb96590586
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue