I have a plugin (1) that depends on a jar, then I have another plugin
(2) with the plugin 1 as dependency. I want to use a class from the jar
in the plugin 2, then I have added the corresponding packages of the jar
to the exported packages list from the 1 plugin manifest, but I can't
make the import of the class.
What can I do? any idea? should I make the jar as plugin?