公共maven库中没有oracle jdbc驱动lib?

找到了一个odps jdbc driver库,但是编译时出错,有人知道原因吗?

<dependency>

    <groupId>com.oracle</groupId>

    <artifactId>ojdbc14</artifactId>

    <version>10.2.0.4.0</version>

</dependency>

    

[ERROR] Failed to execute goal on project xx: Could not resolve dependencies for projectxxx:jar:1.0-SNAPSHOT: Failure to find com.oracle:ojdbc14:jar:10.2.0.4.0 in http://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]

[ERROR]


慕后森
浏览 691回答 2
2回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Oracle