You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/08 09:07:37 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - PDFBox

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6bbf22b2e77fb514554b54179efad0c9e7549449
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 10:02:19 2023 +0100

    CAMEL-19062 - Clean up Parent POM - PDFBox
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-fop/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-fop/pom.xml b/components/camel-fop/pom.xml
index f2c76f34c21..25d5605fd3f 100644
--- a/components/camel-fop/pom.xml
+++ b/components/camel-fop/pom.xml
@@ -66,6 +66,7 @@
         <dependency>
             <groupId>org.apache.pdfbox</groupId>
             <artifactId>pdfbox</artifactId>
+            <version>${pdfbox-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>