Alberto Scotto As I understand it, in a BOM file a project declares the version of artifacts it creates. So logback's BOM we would declare the versions for logback-{core|classic|access}. We would not declare versions for dependencies. I think a BOM file makes sense for a project which creates many artifacts. SLF4J would fit the bill but not logback with only 3 jars. |