Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Downloading ojdbc7 driver from maven.oracle.com repo

3472741May 23 2017 — edited May 23 2017

Hi,

I try to download with maven the ojdbc7 driver.

...

       <groupId>com.oracle</groupId>

       <artifactId>ojdbc7</artifactId>

       <version>12.1.0.2</version>

       <type>jar</type>

...

.m2 settings are correct because downloading ojdbc6 is working

...

<pluginRepositories>

  <pluginRepository>

   <id>maven.oracle.com</id>

   <url>https://maven.oracle.com</url>

  </pluginRepository>

</pluginRepositories>

...

Any idea ?

Thanks

Eric

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2017
Added on May 23 2017
0 comments
4,240 views