-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels