-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
the resolver seems to inconsistently resolve transitive, dependencies that are both optional and non optional. For instance
- resolving
io.vertx:vertx-stomp:3.1.0resolves toio.vertx:vertx-auth-common:3.1.0 - resolving
io.vertx:vertx-auth-common:3.1.0resolves to a list that containsio.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
Metadata
Metadata
Assignees
Labels
No labels