Hi,
I tried to get the Oracle JDBC driver 12.2.0.1 from the Oracle Maven repository by adding the following to my pom.xml:
<dependency>
<groupId>com.oracle.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>12.2.0.1</version>
</dependency>
but the artifact seems to be missing (404)... Am I doing something wrong?
Regards, Tobias