Hi for adding the third party libraries, I followed the article https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/adding-third-party-libraries-to-a-module#embedding-libraries-in-a-module. Now the generated bundle has a lib directory with all the dependencies which are configured in the build.gradle. When I deploy the bundle the status of the bundle is installed. When I try to start the bundle I am getting the below error
org.osgi.framework.BundleException: Could not resolve module: com.test..api [564]
Unresolved requirement: Import-Package: com.ibm.wsdl.extensions.soap
This is not even a transitive dependency for any of my dependency jars that I configured in the build.gradle Can you please help me to resolve this.