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

Replace all uber jar deps #338

Merged
merged 1 commit into from Dec 16, 2016
Merged

Replace all uber jar deps #338

merged 1 commit into from Dec 16, 2016

Conversation

SimY4
Copy link
Contributor

@SimY4 SimY4 commented Dec 16, 2016

TestFx uses compile dependencies like mockito-all, hamcrest-all, etc. which doesn't play well with other project dependencies since they basically are one big dependency which can't be versioned partially.
I've replaced all these dependencies onto a more preferable ones.

Additionally I scoped junit dependency as provided, so user would have to provide their own preferable junit version to work with TestFX.

@brcolow brcolow merged commit 4ec102c into TestFX:master Dec 16, 2016
@brcolow
Copy link
Collaborator

brcolow commented Dec 16, 2016

Makes sense to me. Thanks for this. The failure was just a sporadic macOS failure. After restarting the build, everything was good 👍 . Merged.

@SimY4 SimY4 deleted the provided-scope branch December 16, 2016 06:44
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

2 participants