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

Remove duplicate jdbc driver jars if possible #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

eresende-nuodb
Copy link
Contributor

The Client Package ships with 2 .jar files from JDBC driver: one is the actual latest JDBC driver, the other one comes from Migrator as a dependency.
In case the driver has same version, just keep one jar.
Also use version on the name of the jdbc jar.

Keep the JDBC jar file that includes the version
and remove the one without it.
When building the client package, there will be two versions
of the JDBC driver: one from the jdbc package and another
from the migrator tool which might be different from
the latest JDBC driver available.
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

Successfully merging this pull request may close these issues.

None yet

1 participant