POI 5.0 slf4j conflict with commons-logging
sriram .v <[email protected]>
| Newsgroups | gmane.comp.jakarta.poi.user |
|---|---|
| Message-ID | <pony-11613c11a0e29ae970dce21102c936a55bb15228-de83a47a0457b8f48ea3381acac2a08b4792f115@user.poi.apache.org> |
We have a multichild project with a parent maven Project. We have many child project using both commons-logging and POI. Spring boot project is also using JCL. So We have conflict with the SLF4J and Commons-logging in class loader after upgrading POI to 5.0. What will be the effect if we exclude jcl-over-slf4j. Will POI use commons-logging without any issues?