-
Notifications
You must be signed in to change notification settings - Fork 11
Oracle depedency #56
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
Comments
@viniciusam @pesse |
My understanding is that the public group is "com.oracle.ojdbc" which is the one we're using on version 3.1.4, is this not the case? |
Deps from com.oracle.ojdbc are public, but need license aproovment (oracle account / login) Look at this: |
@jgebal if I make this change in the plugin it will probably work fine, but we should do it in the Java API too to avoid any compatibility issues: |
You folks are right. I'll change dependency in java-api. |
The link vinicius provided announces both the group-id change and the availability on maven central. |
I need to correct myself (too tired or diverted right now) once more. |
Obsolete |
Hi,
Please change oracle depedencies to group
com.oracle.database.jdbc
Same version, published by Oracle, but PUBLIC - no login to Oracle required;)
The text was updated successfully, but these errors were encountered: