Author: tilman
Date: Fri Jul 18 14:46:21 2025
New Revision: 1927312
URL: http://svn.apache.org/viewvc?rev=1927312&view=rev
Log:
PDFBOX-5660: add comment
Modified:
pdfbox/branches/2.0/pdfbox/pom.xml
Modified: pdfbox/branches/2.0/pdfbox/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/pom.xml?rev=1927312&r1=1927311&r2=1927312&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Fri Jul 18 14:46:21 2025
@@ -57,6 +57,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>bcpkix-jdk15to18</artifactId>
@@ -71,6 +73,7 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>