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

feat: support creating shaded jars #333

Merged
merged 1 commit into from Jan 31, 2021
Merged

feat: support creating shaded jars #333

merged 1 commit into from Jan 31, 2021

Commits on Jan 26, 2021

  1. feat: support creating shaded jars

    Some applications that load multiple JDBC drivers may run into dependency
    conflicts if other JDBC drivers use the same dependencies but different
    versions. This problem can be mitigated by creating a jar with shaded
    dependencies. This change adds a Maven profile for creating shaded jars.
    
    Fixes #316
    olavloite committed Jan 26, 2021
    Copy the full SHA
    d648165 View commit details
    Browse the repository at this point in the history