Author: tilman
Date: Fri Jul 18 14:46:17 2025
New Revision: 1927311
URL: http://svn.apache.org/viewvc?rev=1927311&view=rev
Log:
PDFBOX-5660: add comment
Modified:
pdfbox/branches/3.0/pdfbox/pom.xml
Modified: pdfbox/branches/3.0/pdfbox/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/pdfbox/pom.xml?rev=1927311&r1=1927310&r2=1927311&view=diff
==============================================================================
--- pdfbox/branches/3.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/3.0/pdfbox/pom.xml Fri Jul 18 14:46:17 2025
@@ -62,6 +62,8 @@
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
</dependency>
+
+ <!-- may throw NoClassDefError with PDFs that use public key
encryption if bouncycastle not included -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
@@ -76,6 +78,7 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
+
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>