「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
基本的に、ここにある指示に従いました:チュートリアル - atlassian-event ライブラリを使用して JIRA イベント リスナーを作成する
slf4j の依存関係を削除しようとしましたが、少し異なるエラーが発生しました。また、番号 189.0 が再デプロイで一貫していないことに気付きました。
何か案が?