BouncyCastle dependencies not included due to testing scope

Issue #269 invalid
Jedidiah Phillips created an issue

The BouncyCastle dependencies are only included in the testing scope. As such, they are not included in production deployments, causing numerous java.lang.NoClassDefFoundError.

The fix should be as simple as removing the scope tag from the pom.xml for the artifact ids: bcprov-jdk15on, and bcpkix-jdk15on.

Comments (3)

  1. Log in to comment