Is there any wiki page or something, where I can find the Liferay internal dependencies with version?
For example: i want to use log4j logging, or commons-fileupload
I have Maven project, i declare a new dependency, with a provided
scope. But what version should I use?
(We are working with an EE licenced portal instance, so digging into github may not be the best)
If you download a tomcat bundle, watch out for the file license/versions.html
. This contains all third party libraries, their license and their version.
Note that some libraries might be patched to fix a bug, so they might not be official releases.