Skip to content

Dependency convergence problems #11

@andponlin

Description

@andponlin

I have a project which is using the Maven Enforcer plugin which ensures conscious consistency in a project's dependency graph.

I am using io.avaje:avaje-simple-logger:1.0 but it looks like it does not have consistency in its own dependencies;

[ERROR]   +-io.avaje:avaje-simple-logger:jar:1.0:compile
[ERROR]     +-io.avaje:avaje-applog:jar:1.2:compile
...
[ERROR]   +-io.avaje:avaje-simple-logger:jar:1.0:compile
[ERROR]     +-io.avaje:avaje-applog-slf4j:jar:1.0:compile
[ERROR]       +-io.avaje:avaje-applog:jar:1.0:compile

I will also have problems with inconsistency between the Avaje projects too which is awkward, but I guess that's less surprising.

It would be good if the Avaje projects could be internally consistent though?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions