Add third party jar dependencies

Hi .

Trying to deploy keycloak container in kubernetes. In MSSQL connection URL I am using jdbc params as authentication=ActiveDirectoryPassword . For this param i need to add the adal4j dependency inside the keycloak.

I have added the module and adal4j.jar in the below path.
/opt/jboss/keycloak/modules/com/microsoft/azure/adal4j/main/

I have manually created the module but it has transitive dependency.
I have mentioned this module in sqlserver dependencies!
I cannot create all the transitive dependency!

Is there any way to create all the module inside the container ?