-
Bug
-
Resolution: Done
-
Critical
-
14.0.0.Final
-
None
-
None
Could you please add missing dependencies in Bouncycastle modules?
Problem (we got):
Caused by: java.lang.NoClassDefFoundError: Failed to link org/bouncycastle/openpgp/PGPEncryptedDataList (Module "org.bouncycastle.bcpg" version 1.66.00.0 from local module loader @1d1f7216 (finder: local module finder @423e4cbb (roots: /data/avoka/transact/manager/server/modules,/data/avoka/transact/manager/server/modules/system/layers/base))): org/bouncycastle/util/Iterable
Solution (adding dependency from bcpg to bcprov modules solves the issue):
modules\system\layers\base\org\bouncycastle\bcpg\main\module.xml
<dependencies>
<module name="org.bouncycastle.bcprov"/>
</dependencies>