gpt4 book ai didi

java - 如何将oracle jdbc驱动程序依赖添加到JIRA插件?

转载 作者:行者123 更新时间:2023-12-02 10:24:25 25 4
gpt4 key购买 nike

我试过了

<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>${ojdbc6.version}</version>
<scope>compile</scope>
</dependency>

但没有成功。由于缺少 ora18n,我失败了,我也添加了它,但由于另一个 oracle 依赖项等而失败。

如何添加?

最佳答案

but JIRA wants also orai18n, after addition of all required libs, it fails with OSGI error

尝试对依赖项使用“可选”解析。在 pom.xml 中,在 maven-jira-plugin 中找到 Import-Package。然后添加这样的字符串:

some.package.with.dependency.what.was.not.found.*;resolution:="optional",

也许有帮助

关于java - 如何将oracle jdbc驱动程序依赖添加到JIRA插件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54084365/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com