-
Notifications
You must be signed in to change notification settings - Fork 29
Coding Style
Erwan Demairy edited this page Mar 28, 2018
·
2 revisions
It means that only corese/pom.xml must contain the version number, to prevent the risk of mixing different versions (see "classpath hell" for more details on the possible consequences if not enforced).
This is to prevent to include different versions from a set of libraries.
SLF4j is a logging facade: it must be completed by a logging backend in order to produce actual logs.