首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法解析189.0:缺少要求[189.0] osgi.wiring.package;(osgi.wiring.package=bsh)

无法解析189.0:缺少要求[189.0] osgi.wiring.package;(osgi.wiring.package=bsh)
EN

Stack Overflow用户
提问于 2016-03-15 20:44:20
回答 1查看 713关注 0票数 0

这只是"Jira插件开发依赖地狱“系列中的另一个。

代码语言:javascript
复制
> 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在重新部署时并不一致。

有什么想法吗?

EN

回答 1

Stack Overflow用户

发布于 2016-04-05 19:36:57

我也收到过几次这样的提示,但在bitbucket开发中,大多数错误都可以通过检查pom - dependency (也检查版本,因为它们使用了很多旧版本)来解决,如果不使用altassian spring scanner,请检查atlassian-plugin.xml + osgi参考。

我希望这能有所帮助,祝你好运!

票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36011715

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档