I have the following usecase. I have added a jar file(generated out of maven) as an external jar in the bundle path of a plugin (say Plugin A).
I have exposed all the packages inside this jar in Plugin A.
Now Plugin A is added as a dependency to Plugin B.
But in Plugin B, I am not able to access the classes inside the jar file which is added as an external jar to Plugin A and whose packages are exposed
Is it advisable to the same jar in every plugin ? Please pour in your suggestions.