oracle依赖关系有问题吗?

编程入门 行业动态 更新时间:2024-10-27 12:27:46
本文介绍了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中央存储库中没有这样的工件: repo1.maven/maven2/com/oracle/ojdbc14/10.2.0.4.0 (仅pom).

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

我想由于某些许可问题,您必须从 JDBC,SQLJ,Oracle JPublisher和通用连接池(UCP)下载页面.

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依赖关系有问题吗?

本文发布于:2023-07-04 17:07:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1026843.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:关系   oracle

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!