这只是"Jira插件开发依赖地狱“系列中的另一个。
> 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基本上,我遵循了这里的说明:Tutorial - Writing JIRA event listeners with the atlassian-event library
尝试删除slf4j依赖,但我得到了一点不同的错误。此外,我注意到数字189.0在重新部署时并不一致。
有什么想法吗?
发布于 2016-04-05 19:36:57
我也收到过几次这样的提示,但在bitbucket开发中,大多数错误都可以通过检查pom - dependency (也检查版本,因为它们使用了很多旧版本)来解决,如果不使用altassian spring scanner,请检查atlassian-plugin.xml + osgi参考。
我希望这能有所帮助,祝你好运!
https://stackoverflow.com/questions/36011715
复制相似问题