-
Notifications
You must be signed in to change notification settings - Fork 55
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
pants intransitive dependencies #311
Comments
Hm. This might be an issue on the pants side. Does running |
@baroquebobcat Nope, |
@viktortnk I tried with your build file. It does seem to be intransitive. Do you think that it could be leaked from somewhere else, i.e. the extra jars belong to some other deps?
|
@wisechengyi Other modules in project depend on |
You could do the same export command to check for that |
Hm, I'll try to explain my case Let's consider 3 pants modules: I want keep api module very light on dependencies, but use annotations coming from So I define separate target for it in Pants: and make build of scala_library( obviously I use So it looks like Pants bringing all dependecies of So in
( For above code snipped, neither IDEA, nor Pants compilation complaining (tried also rebuild after ./pants clean-all). |
Even though I specify dependency as intransitive, plugin still brings all if it's modules in scope
The text was updated successfully, but these errors were encountered: