Just another one from "Jira plugin development dependency hell" series.
> Unable to resolve 189.0: missing requirement [189.0]
> osgi.wiring.package; (osgi.wiring.package=bsh). This error usually
> occurs when your plugin imports a package from another bundle with a
> specific version constraint and either the bundle providing that
> package doesn't meet those version constraints, or there is no bundle
> available that provides the specified package. For more details on how
> to fix this, see https://developer.atlassian.com/x/mQAN
Basically, I followed instructions found here: Tutorial - Writing JIRA event listeners with the atlassian-event library
Tried removing slf4j dependency, and I got a bit different error. Also, I've noticed that number 189.0 is not consistent over redeploys.
Any idea?