Skip to content

Commit cf42f9d

Browse files
committed
PDFBOX-5660: add comment
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1927313 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6f8a2fb commit cf42f9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pdfbox/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
<artifactId>fontbox</artifactId>
5858
<version>${project.version}</version>
5959
</dependency>
60+
61+
<!-- may throw NoClassDefError with PDFs that use public key encryption if bouncycastle not included -->
6062
<dependency>
6163
<groupId>org.bouncycastle</groupId>
6264
<artifactId>bcprov-jdk18on</artifactId>
@@ -71,6 +73,7 @@
7173
<scope>compile</scope>
7274
<optional>true</optional>
7375
</dependency>
76+
7477
<dependency>
7578
<groupId>org.junit.jupiter</groupId>
7679
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)