Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Dependency conflict - Apache PDFBox

Avatar

Level 2

I am working on a use case in which I want to embed an image inside a PDF file. After that, I need to send it as a servelet response. 
I am using PDFBox library from Apache to do so. But, I am not able to resolve the dependencies. 

POM: 

<!-- Apache PDFBox Dependencies -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.2</version>
</dependency>

error: 

HARPREETSI5_0-1728374062110.png


In the image, the version which is mentioned in the bundles is 3.0.4 which does not exist. 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply