Package cannot be resolved in OSGi Bundle
Hello all,
I'm using a third party library in my OSGi bundle.
I've added their dependency to my pom.xml file.
When I run mvn clean install it builds successfully.
However when I install the OSGi bundle it says three packages can not be resolved.
What can the issue be here?
BTW this dependency works as a regular maven project -- I have tested it out and all classes were used in code.
Here is the library I'm using:
http://bican.net/wordpress-java/
Thanks All!