Closed abhishekkh closed 2 weeks ago
Hi @abhishekkh, thanks for reaching out.
You are not missing any dependencies. I verified that there was no dependency bumped in v2.5.0 that shades the bcpkix-fips jar. Do you experience the same error in v2.4.1?
@sfc-gh-mbobowski Adding the below jars seems to have resolved the problem. Might need an update to the docs.
bcprov-jdk15on-1.70.jar
bcpkix-jdk15on-1.70.jar
Added jars as per documentation.
Plugins are loaded from plugin path
Running into
java.lang.NoClassDefFoundError: org/bouncycastle/openssl/PEMParser
Am I missing any other dependencies?