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

Dependencies should apply to the appropriate build tool scope/configuration #969

Merged
merged 1 commit into from
Nov 9, 2018

Conversation

bmuschko
Copy link
Contributor

@bmuschko bmuschko commented Nov 9, 2018

Only test case implementations use TestContainer dependencies, not the production source code. Those dependencies need to be made available for any code in src/test/java.

Gradle "soft-deprecated" the compile and testCompile configuration. Users should use their replacements implementation and testImplementation.

Only test case implementations use TestContainer dependencies, not production source code. Those dependencies need to be made available for src/test/java.
@bsideup bsideup added this to the next milestone Nov 9, 2018
@bsideup
Copy link
Member

bsideup commented Nov 9, 2018

Hi @bmuschko,

Thanks for the contribution! The scope was indeed missing, good catch :)

@bsideup bsideup merged commit 12f7ce5 into testcontainers:master Nov 9, 2018
@bmuschko bmuschko deleted the bm/docs/dependency-scopes branch November 9, 2018 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants