We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we were inspecting our runtime dependencies we realized that spongycastle bundles JUnit. Is this really necessary?
debugCompileClasspath - Resolved configuration for compilation for variant: debug . . . +--- com.madgag.spongycastle:prov:1.58.0.0 | +--- com.madgag.spongycastle:core:1.58.0.0 | \--- junit:junit:4.12 | \--- org.hamcrest:hamcrest-core:1.3
The text was updated successfully, but these errors were encountered:
This can be fixed my merging #38
Sorry, something went wrong.
You can build your own BC/SC jars from the current version (1.62), see my comment on issue #34.
No branches or pull requests
When we were inspecting our runtime dependencies we realized that spongycastle bundles JUnit. Is this really necessary?
The text was updated successfully, but these errors were encountered: