Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with Oracle driver #3

Open
PierreAndrieuxPAX opened this issue Dec 29, 2022 · 0 comments
Open

Not working with Oracle driver #3

PierreAndrieuxPAX opened this issue Dec 29, 2022 · 0 comments

Comments

@PierreAndrieuxPAX
Copy link

Oracle driver should be added to pom in order to support Oracle databases:

<oracle.jdbc.driver.version>19.7.0.0</oracle.jdbc.driver.version>

<dependency>
    <groupId>com.oracle.database.jdbc</groupId>
    <artifactId>ojdbc8-production</artifactId>
    <version>${oracle.jdbc.driver.version}</version>
    <type>pom</type>
    <scope>runtime</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant