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

Convergence inconsistent resolution #75

Open
vietj opened this issue Oct 5, 2017 · 1 comment
Open

Convergence inconsistent resolution #75

vietj opened this issue Oct 5, 2017 · 1 comment

Comments

@vietj
Copy link
Contributor

vietj commented Oct 5, 2017

the resolver seems to inconsistently resolve transitive, dependencies that are both optional and non optional. For instance

  • resolving io.vertx:vertx-stomp:3.1.0 resolves to io.vertx:vertx-auth-common:3.1.0
  • resolving io.vertx:vertx-auth-common:3.1.0 resolves to a list that contains io.vertx:vertx-core:jar:3.1.0

the io.vertx:vertx-core:jar:3.1.0 does not appear in the first resolution because it is filtered by an optional dependency like io.vertx:vertx-lang-groovy:3.1.0 although it should be retained as this is a direct dependency of io:vertx-auth-common:3.1.0

@cescoffier
Copy link
Member

I believe this is how Aether works. I will check, but I'm not sure we can do anything (without reimplementing a resolver).

@cescoffier cescoffier removed their assignment Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants