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