oracle依赖关系有问题吗? [英] Is there an issue with the oracle dependency?

查看:76
本文介绍了oracle依赖关系有问题吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试使用oracle依赖项时-

When I try to use the oracle dependency -

<dependency>
    <groupId>com.oracle</groupId>
    <artifactId>ojdbc14</artifactId>
    <version>10.2.0.4.0</version>
</dependency>

我收到一个编译时构建错误-缺少工件com.oracle:ojdbc14:jar:10.2.0.4.0". 当我将鼠标悬停在附加图像中的错误标记(的左侧)上时,会显示此错误-

I receive a compile time build error - "Missing artifact com.oracle:ojdbc14:jar:10.2.0.4.0". This error is displayed when I hover over error marker (left of ) in attached image -

此依赖性是否存在问题或我做错了什么?

Is there an issue with this dependency or something I'm doing wrong ?

推荐答案

在maven中央存储库中没有这样的工件:

There is no such artifact in maven central repository: http://repo1.maven.org/maven2/com/oracle/ojdbc14/10.2.0.4.0 (only pom).

我想由于某些许可问题,您必须从

I guess due to some licensing issues you must download the file manually from JDBC, SQLJ, Oracle JPublisher and Universal Connection Pool (UCP) download page.

这篇关于oracle依赖关系有问题吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆