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

Shade jersey dependencies in JDBC to avoid conflicts with jersey-test. #202

Merged
merged 1 commit into from
Aug 16, 2016
Merged

Shade jersey dependencies in JDBC to avoid conflicts with jersey-test. #202

merged 1 commit into from
Aug 16, 2016

Conversation

kunickiaj
Copy link

@kunickiaj kunickiaj commented Aug 15, 2016

Should resolve #196

Symptoms I encountered were a NoSuchMethod error on RankedProvider.getContractTypes()

It appeared that the jdbc module included both shaded and non-shaded Jersey dependencies. This should ensure that the packaged classes are shaded.

@rnorth rnorth merged commit ade0d9b into testcontainers:master Aug 16, 2016
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.

Shading of jdbc
2 participants