MAVEN relies on missing Oracle driver packages

Source: Internet
Author: User
Maven adds dependency issues for Oracle JDBC drivers

Oracle's JDBC Driver jar package cannot be downloaded in the MAVEN project and requires Oracle's official authorization to To find a ojdbc14 10.2.0.1.0 or 10.2.0.2.0 package, let maven re-hit the jar package and place it in the local repository by following the command below:

MVN install:install-file-dgroupid=com.oracle-dartifactid=ojdbc14-dversion=10.2.0.2.0-dpackaging=jar-dfile= Ojdbc14.jar

Then add the following configuration to the project Pom.xml:

XML code

<</span>dependency>

<</span>groupId>com.oracle</</span>groupId>

<</span>artifactId>ojdbc14</</span>artifactId>

<</span>version>10.2.0.2.0</</span>version>

</</span>dependency>

MAVEN relies on missing Oracle driver packages

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.