Maven ojdbc配置错误

时间:2016-08-18 07:39:39

标签: java maven build dependencies

所以我有一个项目,我尝试使用Maven构建它。我的一个依赖是:

<dependency>
        <groupId>com.oracle</groupId>
        <artifactId>ojdbc6</artifactId>
</dependency>

我安装了Oracle驱动程序,我也在本地仓库中安装了它。我确保手动把它放在那里。而且当我想构建我的项目时,我得到了这个错误。

[ERROR] Failed to execute goal on project bla: Could not resolve dependencies for project dbla:jar:0.0.1-SNAPSHOT: Failure to find com.oracle:ojdbc6:jar:11.2.0.4 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

有人知道为什么吗?我是否必须在其他地方检查或者我错过了什么?

1 个答案:

答案 0 :(得分:0)

Ojdbc6驱动程序不在公共maven存储库中。检查this

如果您可以使用Ojdbc7,那么Oracle将was recently added用于maven公共存储库,这样您就可以尝试一下。