Hi, On Wed, Jan 6, 2010 at 11:00 PM, Ken Krugler <kkrugler_li...@transpac.com> wrote: > While processing a bunch of PDFs off the web, I ran into a > ClassNotFoundException thrown inside of PDFBox: > [...] > I believe the issue is that the PDFBox pom.xml declares the dependency on > the missing BouncyCastleProvider jar as "optional". > > <dependency> > <groupId>bouncycastle</groupId> > <artifactId>bcprov-jdk14</artifactId> > <version>136</version> > <optional>true</optional> > </dependency>
Yep. I think the <optional/> setting was added in PDFBox 0.8.0 and and we lost those dependencies when upgrading from 0.7.3. No problem adding them back in. BR, Jukka Zitting