Hi Everyone,
I have tried to add the maven dependency for Azure Java API, and also embedded these dependencies at bundle classpath and fixed some issues coming in Imported-Packages by excluding them and adding some required packages in Export-Packages, but then it's giving the NoClassDefFoundError for the IdentityClient Class.
Maven Dependency in core/POM.XML

BND-Maven Plugin Configurations

Exception (Servlet where I'm using this to create a new user in Azure AD)

Bundle Status

Can anyone give any suggestions for this?