oscerd commented on issue #5234:
URL: https://github.com/apache/camel-quarkus/issues/5234#issuecomment-1700719434
Also if you check in the SBOM for camel, pdfbox is used explicitly only in
camel-pdf and camel-fop.
Camel-tika is using only:
```
{
"ref" :
"pkg:maven/org.apache.camel/[email protected]?type=jar",
"dependsOn" : [
"pkg:maven/org.apache.camel/[email protected]?type=jar",
"pkg:maven/org.apache.tika/[email protected]?type=jar",
"pkg:maven/org.apache.tika/[email protected]?type=jar",
"pkg:maven/org.apache.tika/[email protected]?type=jar"
]
}
```
both the tika commons and tika text modules are not using pdfbox. It's only
something related to quarkiverse extension :
https://github.com/quarkiverse/quarkus-tika/blob/main/pom.xml#L63
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]