[
https://issues.apache.org/jira/browse/TIKA-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863863#comment-17863863
]
ASF GitHub Bot commented on TIKA-3347:
--------------------------------------
THausherr commented on PR #1473:
URL: https://github.com/apache/tika/pull/1473#issuecomment-2214741939
It's not in maven central. Add this to your pom.xml
```
<repositories>
<repository>
<id>id1</id>
<url>https://repository.apache.org/snapshots/</url>
</repository>
<repository>
<id>id2</id>
<url>https://repository.apache.org/content/repositories/snapshots</url>
</repository>
</repositories>
```
> Upgrade to PDFBox 3.x when available
> ------------------------------------
>
> Key: TIKA-3347
> URL: https://issues.apache.org/jira/browse/TIKA-3347
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Major
>
> 3.0.0-RC1 was recently released. We should integrate it on a dev branch asap
> so that we can help with regression testing...
--
This message was sent by Atlassian Jira
(v8.20.10#820010)