I am adding org.jibx.runtime dependecny in my core/pom.xml. It is breaking the bundle to be active. Whenever I take the build, the bundle goes "Installed" and is not "Active". I am not able to resolve this please help.
import org.jibx.runtime.BindingDirectory;
import org.jibx.runtime.IBindingFactory;
import org.jibx.runtime.IUnmarshallingContext;
import org.jibx.runtime.JiBXException;
These are the above imports I need but the mvn dependency is breaking the bundle to be active.