Author: tilman
Date: Fri Jun 27 18:53:17 2025
New Revision: 1926768

URL: http://svn.apache.org/viewvc?rev=1926768&view=rev
Log:
PDFBOX-5660: update jackson because of ossindex warning

Modified:
    pdfbox/branches/2.0/examples/pom.xml

Modified: pdfbox/branches/2.0/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/pom.xml?rev=1926768&r1=1926767&r2=1926768&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/pom.xml (original)
+++ pdfbox/branches/2.0/examples/pom.xml Fri Jun 27 18:53:17 2025
@@ -68,6 +68,17 @@
       </profile>
   </profiles>
 
+  <!-- verapdf uses outdated version -->
+  <dependencyManagement>
+      <dependencies>
+          <dependency>
+              <groupId>com.fasterxml.jackson.core</groupId>
+              <artifactId>jackson-core</artifactId>
+              <version>2.19.1</version>
+          </dependency>
+      </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.bouncycastle</groupId>


Reply via email to