[INJIMOB-2135] exclude bcpkix-jdk15on module to avoid transitive dependency issues occuring while building the app

Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
This commit is contained in:
PuBHARGAVI
2024-10-25 11:23:31 +05:30
parent dbe3423472
commit 8c7e4572c1

View File

@@ -13,6 +13,7 @@ configurations.all {
all*.exclude module: 'bcprov-jdk15on'
all*.exclude module: 'bcutil-jdk15on'
all*.exclude module: 'titanium-json-ld'
all*.exclude module: 'bcpkix-jdk15on'
}
react {