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

Scope of junit5Spring library #1280

Closed
artemptushkin opened this issue Dec 24, 2020 · 2 comments
Closed

Scope of junit5Spring library #1280

artemptushkin opened this issue Dec 24, 2020 · 2 comments

Comments

@artemptushkin
Copy link

Currently, the library au.com.dius.pact.provider:junit5spring publishes with runtime scopes for all the transitive dependencies: https://repo1.maven.org/maven2/au/com/dius/pact/provider/junit5spring/4.1.12/junit5spring-4.1.12.pom

Gradle doesn't fetch it as it transitive and it forces library-consumers to explicitly declare au.com.dius.pact.provider:provider:junit5.

Maven does. That's why maybe this is not changed yet.

This is the only library with these scopes, for instance provider:junit5 is okay and transitives have compile scope.

Is there a reason for it?
Please align it, I hope to compile side. Or let's update documentation

uglyog pushed a commit that referenced this issue Dec 27, 2020
@uglyog
Copy link
Member

uglyog commented Dec 28, 2020

4.1.13 released

@artemptushkin
Copy link
Author

Thanks! Scopes are okay now

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

No branches or pull requests

2 participants